AxAgentRecursiveTraceNode
type AxAgentRecursiveTraceNode = object;Properties
actorTurns
actorTurns: AxAgentRecursiveTurn[];childCount
childCount: number;children
children: AxAgentRecursiveTraceNode[];completionType?
optional completionType: "final" | "askClarification";contextDigest?
optional contextDigest: string;cumulativeUsage
cumulativeUsage: AxAgentRecursiveUsage;depth
depth: number;functionCalls
functionCalls: AxAgentRecursiveFunctionCall[];localUsage
localUsage: AxAgentRecursiveUsage;nodeId
nodeId: string;parentId?
optional parentId: string;role
role: AxAgentRecursiveNodeRole;taskDigest?
optional taskDigest: string;toolErrors
toolErrors: string[];turnCount
turnCount: number;