Write Evals for Your AI Extension
Make your AI Extension more reliable by writing evals.
Last updated
Make your AI Extension more reliable by writing evals.
Last updated
{
"ai": {
"evals": [
{
"input": "@todo-list what are my open todos",
"mocks": {
"get-todos": [
{
"id": "Z5lF8F-lSvGCD6e3uZwkL",
"isCompleted": false,
"title": "Buy oat milk"
},
{
"id": "69Ag2mfaDakC3IP8XxpXU",
"isCompleted": false,
"title": "Play with my cat"
}
]
},
"expected": [
{
"callsTool": "get-todos"
}
]
}
]
}
}