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

20 lines
571 B
JSON

{
"_meta": {
"description": "D6 fixtures for spring-ai / auth",
"sourceScript": "d5-auth.ts",
"created": "2026-05-22"
},
"fixtures": [
{
"_comment": "auth turn 1 — single turn to prove authenticated chat works before sign-out assertion runs.",
"match": {
"userMessage": "auth check turn 1",
"context": "spring-ai"
},
"response": {
"content": "Authenticated session active. Your auth token was validated by the runtime and this response confirms the round-trip works end-to-end."
}
}
]
}