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) · 732 Bytes
/
Copy pathauth.json
File metadata and controls
19 lines (19 loc) · 732 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 claude-sdk-python / auth",
"sourceScript": "d5-auth.ts",
"created": "2026-05-22"
},
"fixtures": [
{
"_comment": "auth check turn 1 — simple response proving the authenticated chat round-trip works. The D5 script sends this prompt after sign-in (idiomatic shape) or on the pre-mounted chat (legacy shape), then asserts sign-out behavior.",
"match": {
"userMessage": "auth check turn 1",
"context": "claude-sdk-python"
},
"response": {
"content": "Authenticated and connected. The auth demo is working — your session token was accepted by the runtime and this response confirms the round-trip."
}
}
]
}