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
Auto-delivery inline limit in UTF-8 bytes (-1 for unlimited, server default 20480). Explicit full takes precedence.
optionalmodel?:string
Model that selected and parameterized this capability call.
parameters:
Record<string,unknown>
Key-value parameters matching the tool's parameter schema
optionalrespondWith?:"full"|`fields:${string}`|"summary"
Server-side result projection. Omit for compatibility auto-delivery; explicit full forces complete inline data.
optionalsearchId?:string
The search_id from the discover call that returned this tool
optionalsessionId?:string
Session identifier for tracking
optionalsubUserId?:string
End-user identity for provider OAuth; use the same value for Probe and Call.
optionaltimeoutMs?:number
Per-request timeout override in milliseconds (default 120s)
Was this page helpful?