Options for Qveris.call.
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'
optionalmaxResponseSize?:number
Max response bytes before truncation (-1 for no limit, server default 20480)
parameters:
Record<string,unknown>
Key-value parameters matching the tool's parameter schema
optionalrespondWith?:"full"|`fields:${string}`|"summary"
Server-side result projection. Omit for the legacy/full response.
optionalsearchId?:string
The search_id from the discover call that returned this tool
optionalsessionId?:string
Session identifier for tracking
optionaltimeoutMs?:number
Per-request timeout override in milliseconds (default 120s)
Was this page helpful?