mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
69c964aca2
Adds per-integration D6 fixtures for langgraph-python, langgraph-typescript, and langgraph-fastapi. Each fixture is keyed by match.context for cross- integration isolation and uses hasToolResult:false on toolCall responses to prevent re-match loops.
19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"_meta": {
|
|
"description": "D6 fixtures for langgraph-fastapi / auth",
|
|
"sourceFile": "harness/fixtures/d5/auth.json",
|
|
"created": "2026-05-22"
|
|
},
|
|
"fixtures": [
|
|
{
|
|
"match": {
|
|
"userMessage": "auth check turn 1",
|
|
"context": "langgraph-fastapi"
|
|
},
|
|
"response": {
|
|
"content": "Authenticated session is active. The runtime accepted your request because the Authorization header carried the demo bearer token."
|
|
}
|
|
}
|
|
]
|
|
}
|