Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
span_id | str | Yes | The span ID to evaluate |
options | EvaluateOptions | Yes | Evaluation options |
options.evaluator | str | Yes | The evaluator key. Currently only quality is supported. |
options.value | int | float | Yes | The evaluation score. Use Eval.POSITIVE (1) or Eval.NEGATIVE (0) |
options.note | str | No | Optional note explaining the evaluation |

