AxAgentRecursiveFunctionCall Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAgentRecursiveFunctionCall.md type AxAgentRecursiveFunctionCall

AxAgentRecursiveFunctionCall

TypeScript
type AxAgentRecursiveFunctionCall = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L24

Properties

error?

TypeScript
optional error: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L27


name?

TypeScript
optional name: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L26


qualifiedName

TypeScript
qualifiedName: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentRecursiveOptimize.ts#L25

Docs