Add Eval Case
Add a human-authored benchmark case. Use {task, checks:[{op, arg}], status?} for an output case, or {task, expectation:"should_not_trigger"} for a semantic routing negative. Routing negatives assert that production Skill discovery must leave this Skill silent for the near-miss task.
Path Parameters
skill_id*Skill Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/skills/string/eval/cases" \ -H "Content-Type: application/json" \ -d '{}'{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}