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

AxAgentRecursiveTurn

TypeScript
type AxAgentRecursiveTurn = object;

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

Properties

code

TypeScript
code: string;

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


isError

TypeScript
isError: boolean;

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


output

TypeScript
output: string;

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


thought?

TypeScript
optional thought: string;

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


turn

TypeScript
turn: number;

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

Docs