AxAgentRecursionOptions
type AxAgentRecursionOptions = Partial<Omit<AxProgramForwardOptions<string>, "functions">> & object;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/prompts/agent.ts#L107
Type declaration
| Name | Type | Description |
|---|---|---|
maxDepth? | number | Maximum nested recursion depth for llmQuery sub-agent calls. |