Files
copilotkit__copilotkit/showcase/aimock/shared/common.json
Jordan Ritter 1e66a5f8d2 feat(showcase-aimock): per-framework D4/D6 fixture reorg into d4/d6/shared dirs
Move monolithic d5-all.json + feature-parity.json + smoke.json into
per-integration directories under d4/<slug>/, d6/<slug>/, and shared/.
Every fixture file is now context-scoped to enable server-side aimock
routing via match.context. Migrated 12 HITL fixtures from main's
d5-all.json additions into shared/_migrated-from-d5-all-hitl.json
for follow-up distribution into per-integration files.
2026-05-26 11:25:30 -07:00

14 lines
365 B
JSON

{
"_meta": {
"description": "Depth-agnostic common fixtures. No context field -- matches any integration.",
"created": "2026-05-20"
},
"fixtures": [
{
"_comment": "Generic greeting — shared across all integrations",
"match": { "userMessage": "hello" },
"response": { "content": "Hello! How can I help you today?" }
}
]
}