Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 910 Bytes

File metadata and controls

11 lines (8 loc) · 910 Bytes

# ChatInferenceRequestToolConfig

Properties

Name Type Description Notes
tools \QuantClient\Model\ChatInferenceRequestToolConfigToolsInner[] [optional]
auto_execute bool When true, backend automatically executes tools and feeds results back to AI. For async tools (e.g., image generation), returns executionId for polling. Security: Use allowedTools to whitelist which tools can auto-execute. [optional] [default to false]
allowed_tools string[] Whitelist of tool names that can be auto-executed. Required when autoExecute is true for security. Example: ['get_weather', 'generate_image'] [optional]

[Back to Model list] [Back to API list] [Back to README]