@sqlrooms/ai / ToolCallInfo
Function: ToolCallInfo()
ToolCallInfo(
props):ReactNode|Promise<ReactNode>
Component that renders a tool call is running Shows the tool name and truncated arguments by default. Click on the tool name to expand and see full arguments.
Parameters
| Parameter | Type | Description |
|---|---|---|
props | ToolCallInfoProps | Component props |
Returns
ReactNode | Promise<ReactNode>
A React component displaying the tool call details
