Files
copilotkit--copilotkit/showcase/aimock/d6/ms-agent-python/shared-state-streaming.json
T
2026-07-13 12:58:18 +08:00

20 lines
583 B
JSON

{
"_meta": {
"description": "D6 fixtures for ms-agent-python / 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": "ms-agent-python"
},
"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."
}
}
]
}