AxAgentEvalBatchResult
type AxAgentEvalBatchResult<IN, OUT> = object;Type Parameters
| Type Parameter | Default type |
|---|---|
IN extends AxGenIn | AxGenIn |
OUT extends AxGenOut | AxGenOut |
Properties
exhausted
exhausted: boolean;True when the budget ran out before every task executed.
mean
mean: number;Weighted mean score over executed records (0 when none ran).
records
records: AxAgentPlaybookEvolveRunRecord<IN, OUT>[];