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

21 lines
533 B
JSON

{
"_meta": {
"description": "D6 fixtures for google-adk / 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": "google-adk"
},
"response": {
"content": "The weather in Tokyo is currently 22\u00b0C with partly cloudy skies and light easterly winds."
}
}
]
}