

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. |
Feedback