forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.json
More file actions
13 lines (13 loc) · 760 Bytes
/
Copy pathcommon.json
File metadata and controls
13 lines (13 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"_meta": {
"description": "Depth-agnostic common fixtures. No context field -- matches any integration.",
"created": "2026-05-20"
},
"fixtures": [
{
"_comment": "Generic greeting — shared across all integrations. Narrowed userMessage from bare 'hello' (substring match) to 'hello world' so it no longer shadows D6 pills whose prompts contain 'hello' as a substring (e.g. langgraph-python headless-simple sends 'Say hello in one short sentence.'). 'hello world' is not used by any current demo pill, so the fixture is effectively a structural placeholder that still serves as a manual-typing fallback.",
"match": { "userMessage": "hello world" },
"response": { "content": "Hello! How can I help you today?" }
}
]
}