20 lines
540 B
JSON
20 lines
540 B
JSON
{
|
|
"_meta": {
|
|
"description": "D6 fixtures for langgraph-python / voice",
|
|
"sourceFile": "d5-all.json",
|
|
"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": "langgraph-python"
|
|
},
|
|
"response": {
|
|
"content": "The weather in Tokyo is currently 22°C with partly cloudy skies and light easterly winds."
|
|
}
|
|
}
|
|
]
|
|
} |