CallOptions
Options for Qveris.call.
属性
compatibilityMode?
optionalcompatibilityMode?:"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.
默认值
'strict'
maxResponseSize?
optionalmaxResponseSize?: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?
optionalrespondWith?:"full"|`fields:${string}`|"summary"
Server-side result projection. Omit for the legacy/full response.
searchId?
optionalsearchId?:string
The search_id from the discover call that returned this tool
sessionId?
optionalsessionId?:string
Session identifier for tracking
timeoutMs?
optionaltimeoutMs?:number
Per-request timeout override in milliseconds (default 120s)
