@squidcloud/client
    Preparing search index...

    Interface AiQueryOptions

    Options for configuring AI query execution.

    Index

    Properties

    analyzeResultsOptions?: AiQueryAnalyzeResultsOptions

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

    enableRawResults?: boolean

    Whether to enable raw results output.

    generateQueryOptions?: AiQueryGenerateQueryOptions

    Options for the query generation stage.

    generateWalkthrough?: boolean

    Whether to generate a step-by-step walkthrough for the response.

    instructions?: string

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

    selectCollectionsOptions?: AiQuerySelectCollectionsOptions

    Options for the collection selection stage.

    sessionContext?: AiSessionContext

    Session information for the AI query execution.