* Render function that returns configuration for how to display this tool. * * @param toolBlock - The tool block data containing input/output * @param theme - The current chat theme * @param options - Rendering options like width and indentation * @returns Configuration for rendering
(
toolBlock: ToolBlock & { toolName: T },
theme: ChatTheme,
options: ToolRenderOptions,
)
| 38 | * @returns Configuration for rendering the tool, or null to use default rendering |
| 39 | */ |
| 40 | render( |
| 41 | toolBlock: ToolBlock & { toolName: T }, |
| 42 | theme: ChatTheme, |
| 43 | options: ToolRenderOptions, |
no outgoing calls
no test coverage detected