Files
2026-07-13 12:58:18 +08:00

20 lines
554 B
JSON

{
"_meta": {
"description": "D6 fixtures for agno / auth",
"sourceFile": "d5-auth.ts",
"created": "2026-05-22"
},
"fixtures": [
{
"_comment": "auth check turn 1 — the D5 probe sends 'auth check turn 1' as the user message, asserts sign-out flow afterward.",
"match": {
"userMessage": "auth check turn 1",
"context": "agno"
},
"response": {
"content": "Authenticated session active. You are signed in and the runtime accepted the request with valid credentials."
}
}
]
}