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

AxAgentJudgeOutput

TypeScript
type AxAgentJudgeOutput = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L557

Properties

actionLog

TypeScript
actionLog: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L561


clarification?

TypeScript
optional clarification: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L559


completionType

TypeScript
completionType: "final" | "askClarification";

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L558


finalOutput?

TypeScript
optional finalOutput: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L560


functionCalls

TypeScript
functionCalls: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L563


guidanceLog?

TypeScript
optional guidanceLog: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L562


recursiveStats?

TypeScript
optional recursiveStats: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L568


recursiveTrace?

TypeScript
optional recursiveTrace: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L567


toolErrors

TypeScript
toolErrors: string[];

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L564


turnCount

TypeScript
turnCount: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L565


usage

TypeScript
usage: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L566

Docs