@squidcloud/client
    Preparing search index...

    Interface AiQueryOptions

    Options for configuring AI query execution.

    Index

    Properties

    analyzeResultsOptions?: AiQueryAnalyzeResultsOptions

    Options to specify how the query result should be analyzed (processed) before returning it to the user.

    enableRawResults?: boolean

    Whether to enable raw results output.

    generateQueryOptions?: AiQueryGenerateQueryOptions

    Options for the query generation stage.

    instructions?: string

    Custom instructions to modify AI query generation behavior. Used for all stages unless there is a per-stage override.

    memoryOptions?: AiAgentMemoryOptions

    memory options

    selectCollectionsOptions?: AiQuerySelectCollectionsOptions

    Options for the collection selection stage.

    sessionContext?: PartialBy<AiSessionContext, "agentId">

    Session information for the AI query execution.