@squidcloud/client
    Preparing search index...

    Interface AiSpreadsheetQueryOptions

    Options for executing an AI-powered query over spreadsheet files.

    interface AiSpreadsheetQueryOptions {
        instructions?: string;
        model?: string;
    }
    Index

    Properties

    instructions?: string

    Extra instructions honored when composing the answer (e.g. formatting rules or domain conventions of the calling agent).

    model?: string

    Overrides the model used to answer the query.