forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauth.json
More file actions
19 lines (19 loc) · 709 Bytes
/
Copy pathauth.json
File metadata and controls
19 lines (19 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"_meta": {
"description": "D6 fixtures for langgraph-python / auth",
"sourceFile": "d5-auth.ts",
"created": "2026-05-22"
},
"fixtures": [
{
"_comment": "auth — 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": "langgraph-python"
},
"response": {
"content": "Auth confirmed — you are signed in and the CopilotKit runtime accepted your credentials. The chat is live and ready for messages."
}
}
]
}