run_evaluator
Run an evaluator on a single log or span to verify its scoring and cost before scaling to broader experiments. Get immediate results for one record.
Instructions
Run an evaluator on a single log/span to verify it works.
This is for quick verification of one record (e.g. confirm an evaluator scores as expected before running broader experiments). For scoring many records, create an experiment instead.
Returns the actual score (boolean_value / numerical_value / etc.) and cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_id | Yes | The span/log unique ID to score (from list_experiment_spans, list_traces, etc.). | |
| evaluator_id | Yes | The unique identifier of the evaluator to run. |