AxAgentRecursiveTurn
type AxAgentRecursiveTurn = object;Properties
code
code: string;isError
isError: boolean;output
output: string;thought?
optional thought: string;turn
turn: number;type AxAgentRecursiveTurn = object;code: string;isError: boolean;output: string;optional thought: string;turn: number;