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

AxAgentEvalBatchResult

TypeScript
type AxAgentEvalBatchResult<IN, OUT> = object;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/evalHarness.ts#L22

Type Parameters

Type ParameterDefault type
IN extends AxGenInAxGenIn
OUT extends AxGenOutAxGenOut

Properties

exhausted

TypeScript
exhausted: boolean;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/evalHarness.ts#L30

True when the budget ran out before every task executed.


mean

TypeScript
mean: number;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/evalHarness.ts#L28

Weighted mean score over executed records (0 when none ran).


records

TypeScript
records: AxAgentPlaybookEvolveRunRecord<IN, OUT>[];

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/evalHarness.ts#L26

Docs