Files
copilotkit__copilotkit/showcase/integrations/mastra/qa/reasoning-default-render.md
Jordan Ritter dd06dd89d1 refactor(showcase): rename packages/ to integrations/
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.
2026-04-28 07:47:35 -07:00

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 CopilotChatReasoningMessage collapsible card renders

Expected Results

  • No custom reasoningMessage slot 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.