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

21 lines
657 B
JSON

{
"_meta": {
"description": "D6 fixtures for llamaindex / 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 assertion validates sign-out behavior (banner flip / SignInCard re-mount), not response content.",
"match": {
"userMessage": "auth check turn 1",
"turnIndex": 0,
"context": "llamaindex"
},
"response": {
"content": "Authenticated and connected. Your session is active and the auth lifecycle is working end-to-end."
}
}
]
}