Evaluation Cases

An evaluation case defines input (and optional expected output) for a skill evaluation run.

Shape

  • input maps to the same variables you pass to a normal skill run.
  • expected is optional and can be used for human review or custom workflows.

Create cases with POST /api/skills/:id/evaluation-cases and list them with GET.

See also

Was this page helpful?