QVeris
运行任务
文档目录

ExecuteRequest

Request body for the Execute Tool API.

属性

max_response_size?

optional max_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).

默认值

ts
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?

optional respond_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?

optional session_id?: string

Session identifier for tracking user sessions.


这个页面对你有帮助吗?