Files
copilotkit__copilotkit/showcase/aimock/d6/ms-agent-dotnet/auth.json
Jordan Ritter abe69c3d56 feat(showcase-aimock): D6 fixtures for Microsoft Agent Framework integrations
Adds per-integration D6 fixtures for ms-agent-python and ms-agent-dotnet.
2026-05-26 14:02:17 -07: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."
}
}
]
}