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

20 lines
601 B
JSON

{
"_meta": {
"description": "D6 fixtures for claude-sdk-python / chat-slots",
"sourceFile": "d5-all.json",
"copiedFrom": "langgraph-python",
"created": "2026-05-21"
},
"fixtures": [
{
"match": {
"userMessage": "verify chat slots are wired",
"turnIndex": 0,
"context": "claude-sdk-python"
},
"response": {
"content": "Confirmed — the chat-slots demo is rendering through the custom slot wrappers. The CustomAssistantMessage component should be visible as a tinted card with a 'slot' badge in the corner."
}
}
]
}