Skip to main content

Interface: QueryAssistantOptions

The options for the AI assistant.

Properties

agentContext

Optional agentContext: Record<string, unknown>

Extra context passed to all AI functions.


functionContexts

Optional functionContexts: Record<string, Record<string, unknown>>

Extra context per AI function.


responseFormat

Optional responseFormat: OpenAiResponseFormat

The format of the response from the AI model. Defaults to 'text'