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.
884 B
884 B
QA: Tool Rendering (Reasoning Chain) — LangGraph (Python)
Stub — authored for column completeness. This is a testing-kind demo (see
kind: "testing"in feature-registry.json) and does not warrant a full manual checklist.
Prerequisites
- Demo is deployed and accessible
- Agent backend is healthy
Test Steps
- Navigate to /demos/tool-rendering-reasoning-chain
- Send a multi-tool prompt (e.g. "What's the weather in Tokyo?") and verify reasoning blocks interleave with sequential tool cards (
WeatherCard,FlightListCard, or the custom catchall) - Verify reasoning tokens stream into the custom
ReasoningBlockslot alongside the tool cards in the same message view
Expected Results
- Page loads without errors
- Reasoning tokens and tool-call cards render side-by-side in a single sequential chain, each tool matched to its typed renderer