@sqlrooms/ai / ToolCallInfo
Variable: ToolCallInfo
constToolCallInfo:React.FC<ToolCallInfoProps>
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.
Component
Param
Component props
Param
Name of the tool being called
Param
Input arguments passed to the tool
Param
Whether the tool call has completed
Param
Current state of the tool call
Returns
A React component displaying the tool call details
