Add Eval Case
Add a human-authored case: {task, checks:[{op, arg}], status?}. The
case is marked source: "user" and (by default) green — a kept, vetted
check.
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": {}
}
]
}