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

AxAgentJudgeInput

TypeScript
type AxAgentJudgeInput = object;

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

Properties

criteria

TypeScript
criteria: string;

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


expectedActions?

TypeScript
optional expectedActions: string[];

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


expectedOutput?

TypeScript
optional expectedOutput: AxFieldValue;

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


forbiddenActions?

TypeScript
optional forbiddenActions: string[];

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


metadata?

TypeScript
optional metadata: AxFieldValue;

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


taskInput

TypeScript
taskInput: AxFieldValue;

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

Docs