mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
1e66a5f8d2
Move monolithic d5-all.json + feature-parity.json + smoke.json into per-integration directories under d4/<slug>/, d6/<slug>/, and shared/. Every fixture file is now context-scoped to enable server-side aimock routing via match.context. Migrated 12 HITL fixtures from main's d5-all.json additions into shared/_migrated-from-d5-all-hitl.json for follow-up distribution into per-integration files.
20 lines
587 B
JSON
20 lines
587 B
JSON
{
|
|
"_meta": {
|
|
"description": "D6 fixtures for langgraph-fastapi / shared-state-streaming",
|
|
"sourceFile": "d5-all.json",
|
|
"copiedFrom": "langgraph-python",
|
|
"created": "2026-05-21"
|
|
},
|
|
"fixtures": [
|
|
{
|
|
"match": {
|
|
"userMessage": "stream the counter to 5",
|
|
"turnIndex": 0,
|
|
"context": "langgraph-fastapi"
|
|
},
|
|
"response": {
|
|
"content": "Streaming state updates: counter advanced from 0 through 1, 2, 3, 4 to 5. Each intermediate value was reflected in the shared state and visible to the UI mid-stream."
|
|
}
|
|
}
|
|
]
|
|
} |