ExecuteRequest
Request body for the Execute Tool API.
属性
max_response_size?
optionalmax_response_size?:number
Maximum size of response data in bytes.
If the tool generates data longer than this, it will be truncated
and a download URL will be provided for the full content.
Minimum: -1 (-1 means no limit).
默认值
20480 (20KB)
parameters
parameters:
Record<string,unknown>
Key-value pairs of parameters to pass to the tool. Must match the parameter schema from the tool's definition.
respond_with?
optionalrespond_with?:"full"|`fields:${string}`|"summary"
Server-side result projection. Omit for the legacy/full response.
search_id
search_id:
string
The search_id from the search that returned this tool. Links the execution to the original search for analytics and billing.
session_id?
optionalsession_id?:string
Session identifier for tracking user sessions.
