tencent cloud

Advanced Settings
Last updated:2026-02-03 17:42:26
Advanced Settings
Last updated: 2026-02-03 17:42:26

Function Positioning

Advanced Agent Setting is used to fine-tune the thinking logic and output method of the Agent. Users can choose appropriate policies for diverse business scenarios, thereby optimizing Agent performance and improving result accuracy or response speed.

Applicable Scenarios

Complex task processing: tasks that require multi-step reasoning or depend on multiple tool calls, such as data analysis and knowledge Q&A.
Rapid response scenario: tasks with high requirements for response validity, such as simple query and status check.
Structured output requirement: scenarios where results require standardized format for other Agent calls or workflow node reference.
Visual interaction requirement: scenarios where results need to be displayed to users via interface or user operation feedback needs to be collected.

Setting Method

In the "..." menu at the top right corner of the Agent card, click Advanced Settings.



Click to open the advanced settings popup.



The description and recommendations for configuration items are as follows:
Advanced Setting
Recommended Configuration
Thinking Mode
Thinking Mode is for configuration of the Agent's thinking process, supporting selection between effect precedence and speed precedence.
In effect precedence mode, the Agent first performs adequate thinking before calling a tool, delivering more robust performance suitable for most scenarios.
In speed precedence mode, the Agent skips the thinking process to call tools directly, saving token consumption and time consumed, but the effect may decrease, good for handling simple tasks.
Note:
If selected a Reasoning Model similar to DeepSeek-R1, speed precedence mode is not supported.
Max Inference Rounds
Max Inference Rounds is used to control the maximum number of times the "thinking + tool call" loop occurs when the Agent is executing task. Settings can be done based on business scenario.
The larger the value means higher thinking depth of the Agent, making it more suitable for complex tasks but increasing token consumption and execution time.
A smaller value improves execution efficiency, better for simple tasks or latency-sensitive scenarios.
Context Turns
It's used to set the context round input to the large model, so as to control the dialogue memory length of the Agent. The default is 5 rounds.
A larger value retains more historical conversations, making it easy to handle multi-round complex tasks, but increases token consumption.
A smaller value retains the most recent dialogue, improving execution efficiency, better for short tasks or latency-sensitive scenarios.
Clarifying Questions
Clarifying Questions is used to control whether the Agent proactively communicates with users to collect missing info, default off.
Enable: The Agent will automatically ask the user to supplement required information when it lacks necessary info, suitable for complex tasks requiring multi-round interaction. After enabling clarify and ask, you can select the following rendering methods:
Clarify and ask in text form.
Widget: Present the clarification and ask content in widget form. For details, see Clarification and Ask Widget.
Closed: The Agent will not interact with users and directly utilize existing info to execute tasks, suitable for single-process automated task scenarios.
Output Format
The Agent supports various output formats. Choose the following rendering method:
Text format: Ordinary text output, suitable for rapid information display, simple communication, or scenarios without structured data.
JSON format: Supports configuration of JSON Schema, with results output in specified format to reduce upper-layer system integration complexity. Meanwhile, the output of Agent nodes in workflow scenarios supports standardization for easier reference by subsequent nodes.
Widget: Output in widget form, suitable for visualization or scenarios where users are advised to provide operational feedback. For details, see Agent Output Widget.

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback