mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
abe69c3d56
Adds per-integration D6 fixtures for ms-agent-python and ms-agent-dotnet.
20 lines
672 B
JSON
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."
|
|
}
|
|
}
|
|
]
|
|
}
|