ScoringResult
The combined result of running scorers against a single example.
The combined result of running scorers against a single example.
Properties
success
:boolean
True only if every scorer passed its threshold.
scorers
:ExperimentScorer[]
Per-scorer results, directly from the API.
example
:Example
The original example that was evaluated.
Citation
Links a score back to a specific span in a trace, enabling drill-down from evaluation results into the traced execution.
Example
A single evaluation example with flexible key-value properties. Use `Example.create()` to construct an example with arbitrary fields such as `input`, `actualOutput`, `expectedOutput`, etc.
Last updated on