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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L454

Properties

actionLog

TypeScript
actionLog: string;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L458


clarification?

TypeScript
optional clarification: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L456


completionType

TypeScript
completionType: "final" | "askClarification";

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L455


finalOutput?

TypeScript
optional finalOutput: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L457


functionCalls

TypeScript
functionCalls: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L460


guidanceLog?

TypeScript
optional guidanceLog: string;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L459


recursiveStats?

TypeScript
optional recursiveStats: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L465


recursiveTrace?

TypeScript
optional recursiveTrace: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L464


toolErrors

TypeScript
toolErrors: string[];

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L461


turnCount

TypeScript
turnCount: number;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L462


usage

TypeScript
usage: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L463

Docs