Files
2026-07-13 12:58:18 +08:00

21 lines
580 B
JSON

{
"_meta": {
"description": "D6 fixtures for claude-sdk-python / voice",
"sourceFile": "d5-all.json",
"copiedFrom": "langgraph-python",
"created": "2026-05-21"
},
"fixtures": [
{
"_comment": "Voice probe fast-path: exact-match content-only response.",
"match": {
"userMessage": "What is the weather in Tokyo?",
"turnIndex": 0,
"context": "claude-sdk-python"
},
"response": {
"content": "The weather in Tokyo is currently 22°C with partly cloudy skies and light easterly winds."
}
}
]
}