- Demo is deployed and accessible
- Agent backend is healthy
- ANTHROPIC_API_KEY is set
- Navigate to
/demos/tool-rendering-default-catchall - Verify the chat renders
- Click "Weather in SF" — verify the agent calls
get_weather - Verify the BUILT-IN
DefaultToolCallRenderercard appears inline
- Verify the tool-call card shows the tool name, status pill (Running → Done), and Arguments/Result sections
- Try "Find flights" — verify multiple tool calls render
- Verify no console errors during tool calls
- CopilotKit's package-provided default tool card renders every tool call (no custom renderers)