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

20 lines
672 B
JSON

{
"_meta": {
"description": "D6 fixtures for ms-agent-dotnet / auth",
"sourceFile": "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 clicks sign-out afterward and checks the auth lifecycle, not the response content.",
"match": {
"userMessage": "auth check turn 1",
"context": "ms-agent-dotnet"
},
"response": {
"content": "Authenticated and responding. The auth demo's chat pipeline is wired up and the runtime accepted the request with valid credentials."
}
}
]
}