AxAgentPlaybookEvolveRunRecord
type AxAgentPlaybookEvolveRunRecord<IN, OUT> = object;One executed (task, prediction, score) triple from the batch harness.
Type Parameters
| Type Parameter | Default type |
|---|---|
IN extends AxGenIn | AxGenIn |
OUT extends AxGenOut | AxGenOut |
Properties
error?
optional error: string;Message of a thrown (non-clarification) run error.
passed
passed: boolean;score >= scoreThreshold and the run neither threw nor stalled.
prediction?
optional prediction: AxAgentEvalPrediction<OUT>;Absent when the run threw before producing a prediction.
score
score: number;task
task: AxAgentEvalTask<IN>;