@squidcloud/client
    Preparing search index...

    Interface AiChatPromptQuotas

    Quotas for a single AI chat prompt (ask() method call).

    interface AiChatPromptQuotas {
        maxAiCallStackSize: number;
    }
    Index

    Properties

    maxAiCallStackSize: number

    Maximum depth of AI call recursion allowed. Recursion occurs when one AI agent calls another. Note that, for simplicity of implementation, this option guarantees only the maximum recursion depth, not the total number of nested AI calls. Default: 5.