mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
c414fbad23
Refresh d6 fixtures across the rollout cohort: ag2, built-in-agent,
claude-sdk-{python,typescript}, crewai-crews, google-adk, langgraph-fastapi,
langgraph-typescript, langroid, llamaindex, mastra, ms-agent-{dotnet,python},
pydantic-ai, strands. Companion d4/{langgraph-typescript,mastra,ms-agent-dotnet}
chat.json refreshes. Add the missing ms-agent-python/gen-ui-custom.json
to bring the integration up to the standard pill set.
Also narrow aimock/shared/common.json's generic 'hello' fixture 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 unused by any
current demo pill, so the fixture remains a manual-typing fallback
without poisoning fixture matching.
This is a mid-rollout snapshot — fixture coverage is uneven across
integrations and rides alongside the conveyance shims landed earlier
in this branch.
14 lines
760 B
JSON
14 lines
760 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. 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?" }
|
|
}
|
|
]
|
|
}
|