QVeris
运行任务
文档目录

CallOptions

Options for Qveris.call.

属性

compatibilityMode?

optional compatibilityMode?: "strict" | "legacyOptionalFields"

Strict mode never resubmits a paid call. The deprecated legacy mode may replay once without an optional field rejected by an older service.

默认值

ts
'strict'

maxResponseSize?

optional maxResponseSize?: number

Max response bytes before truncation (-1 for no limit, server default 20480)

parameters

parameters: Record<string, unknown>

Key-value parameters matching the tool's parameter schema

respondWith?

optional respondWith?: "full" | `fields:${string}` | "summary"

Server-side result projection. Omit for the legacy/full response.

searchId?

optional searchId?: string

The search_id from the discover call that returned this tool

sessionId?

optional sessionId?: string

Session identifier for tracking

timeoutMs?

optional timeoutMs?: number

Per-request timeout override in milliseconds (default 120s)


这个页面对你有帮助吗?