Files
copilotkit__copilotkit/showcase/integrations/spring-ai/qa/tool-rendering-custom-catchall.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

572 B

QA: Tool Rendering (Custom Catch-all) — Spring AI

Prerequisites

  • Demo is deployed and accessible

Test Steps

  • Navigate to /demos/tool-rendering-custom-catchall
  • Ask "What's the weather in San Francisco?"
  • Verify the branded custom catch-all card appears (data-testid="custom-catchall-card")
  • Verify the card includes tool name, status badge, Arguments and Result sections
  • Try "Find flights from SFO to JFK" and verify the same branded card paints

Expected Results

  • All tool calls render via the custom catch-all component