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

20 lines
703 B
JSON

{
"_meta": {
"description": "D6 fixtures for google-adk / auth",
"sourceFile": "d5-auth.ts",
"created": "2026-05-22"
},
"fixtures": [
{
"_comment": "auth \u2014 single turn proving the auth lifecycle works. The probe sends this after sign-in (idiomatic shape) or on the pre-mounted chat (legacy shape). The assertion then clicks sign-out and verifies the auth gate kicks in.",
"match": {
"userMessage": "auth check turn 1",
"context": "google-adk"
},
"response": {
"content": "Auth confirmed \u2014 you are signed in and the CopilotKit runtime accepted your credentials. The chat is live and ready for messages."
}
}
]
}