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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L370

Properties

criteria

TypeScript
criteria: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L372


expectedActions?

TypeScript
optional expectedActions: string[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L374


expectedOutput?

TypeScript
optional expectedOutput: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L373


forbiddenActions?

TypeScript
optional forbiddenActions: string[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L375


metadata?

TypeScript
optional metadata: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L376


taskInput

TypeScript
taskInput: AxFieldValue;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentOptimizeTypes.ts#L371

Docs