Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/agent / evaluator-optimizer / EvaluatorOutcome
Interface: EvaluatorOutcome
Defined in: packages/agent/src/evaluator-optimizer/index.ts:34
Per-iteration evaluation outcome returned by the Evaluator.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
critique | readonly | string | packages/agent/src/evaluator-optimizer/index.ts:37 |
pass | readonly | boolean | packages/agent/src/evaluator-optimizer/index.ts:36 |
score | readonly | number | packages/agent/src/evaluator-optimizer/index.ts:35 |