chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:58:18 +08:00
commit 6d5d58c1a9
18293 changed files with 3502153 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"_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."
}
}
]
}