Interface: ToolRendererProps¶
Defined in: src/context/ToolRenderers.tsx:10
Props for a custom per-tool-name renderer supplied via toolRenderers.
Receives the full ToolCall so a rich card can render the input,
the result, and its own interactive state at the tool's chronological
position inside a Timeline.
Properties¶
tool¶
tool:
ToolCall
Defined in: src/context/ToolRenderers.tsx:12
The tool call being rendered.