@squidcloud/client
    Preparing search index...

    Interface AiSpreadsheetQueryOptions

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

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

    Background gathered by the calling agent (facts from retrieved chunks, chat history, or earlier spreadsheet queries in the same conversation). Injected into the sub-agent's prompt as reference data — not as instructions — so it starts oriented instead of rediscovering the caller's context.

    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.