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

14 lines
513 B
JSON

{
"_comment": "D5 fixture for /demos/headless-simple. Single chip prompt round-trips plain text (the simple template intentionally has no tool calls or gen-UI). The chip's literal label (`Say hello in one short sentence.`) IS the userMessage that aimock matches on — see d5-headless-simple.ts:SAMPLE_CHIP_LABEL.",
"fixtures": [
{
"match": {
"userMessage": "Say hello in one short sentence."
},
"response": {
"content": "Hi there — happy to help."
}
}
]
}