Interface: AiChatPromptQuotas
Quotas for a single AI chat prompt (ask()
method call).
Properties
maxAiCallStackSize
• 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.