Tool Rendering
What is this?
Tool rendering lets you customize how your agent's backend tool calls appear in the chat. Instead of showing raw tool execution, you can render custom React components that display tool arguments, progress, and results.
When should I use this?
Use tool rendering when you want to:
- Show users what tools your agent is calling and with what arguments
- Display progress indicators while tools execute
- Render custom results when tools complete
- Create a polished, transparent agent experience
Choose your AI backend
See Integrations for all available frameworks (generative-ui/tool-rendering).