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

20 lines
669 B
JSON

{
"_meta": {
"description": "D6 fixtures for langroid / auth",
"sourceScript": "d5-auth.ts",
"created": "2026-05-22"
},
"fixtures": [
{
"_comment": "auth check turn 1 — simple response proving the authenticated chat round-trip works. The D5 probe sends this prompt after sign-in, then clicks sign-out and asserts the auth gate fires.",
"match": {
"userMessage": "auth check turn 1",
"context": "langroid"
},
"response": {
"content": "Authentication confirmed — you are signed in and the chat round-trip is working. This response proves the runtime accepted your auth token."
}
}
]
}