@squidcloud/backend
    Preparing search index...

    Interface AiQueryContext

    The information provided to the secureAiQuery function about the AI query being executed.

    interface AiQueryContext {
        options: AiQueryOptions;
        prompt: string;
    }
    Index

    Properties

    Properties

    options: AiQueryOptions

    The options used for executing the AI query.

    prompt: string

    The prompt provided for the AI query.