mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
dd06dd89d1
The showcase framework directories better reflect their role as integration examples rather than distributable packages. Renames showcase/packages/ -> showcase/integrations/ and updates the test docker-compose file reference accordingly.
505 B
505 B
QA: Reasoning (Default Render) — Mastra
Test Steps
- Navigate to
/demos/reasoning-default-render - Ask a reasoning-prone question
- If the model emits reasoning tokens, verify the built-in
CopilotChatReasoningMessagecollapsible card renders
Expected Results
- No custom
reasoningMessageslot is supplied by the page - Built-in UI handles the reasoning output
Known Limitation
Same as agentic-chat-reasoning: depends on the underlying LLM emitting reasoning tokens.