Function Positioning
Tool Settings are used to manage input parameter configuration and output content format during Agent tool calls.
Setting Method
Tool support for configuring parameters. After adding the plugin, click Tool Settings.
1. Tool Parameter Setting
In Tool Settings, under Input Parameters, you can enter or refer to parameter default values. It also supports toggling model visibility for a single parameter. If set to visible, the model collects this parameter in conversation. If set to invisible, the tool proceeds to call the parameter according to incoming or input parameters.
Except for supporting entering parameter values, parameters can also be dynamically input via the API by referring to API parameter values via the interface. For details, refer to the variable part in Free Handoff.
2. Advanced Settings
In advanced Settings, you can set the output result settings, with the switch toggled off by default.
Once enabled, when the Agent calls the tool, the returned result will be displayed to users as the final output directly, without re-entering the model for summary, rewrite, or transfer process.
Support selecting the following output result format:
Original JSON: Return the tool output parameter in original JSON format.
Custom text output: Return custom text results, support insertion of variables, including tool input/output parameters and application variables.