@squidcloud/client
    Preparing search index...

    Interface AiApiOptions

    Options for configuring AI API call execution.

    interface AiApiOptions {
        instructions?: string;
        maxIterations?: number;
    }
    Index

    Properties

    instructions?: string

    Custom instructions appended to the endpoint-selection, body-construction, and response-analysis prompts.

    maxIterations?: number

    Maximum number of distinct API calls the AI is allowed to make for one user prompt. Default 4.