AxAgentJudgeOutput
type AxAgentJudgeOutput = object;Properties
actionLog
actionLog: string;clarification?
optional clarification: AxFieldValue;completionType
completionType: "final" | "askClarification";finalOutput?
optional finalOutput: AxFieldValue;functionCalls
functionCalls: AxFieldValue;guidanceLog?
optional guidanceLog: string;recursiveStats?
optional recursiveStats: AxFieldValue;recursiveTrace?
optional recursiveTrace: AxFieldValue;toolErrors
toolErrors: string[];turnCount
turnCount: number;usage
usage: AxFieldValue;