Skip to content

@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

ParameterTypeDescription
propsToolCallInfoPropsComponent props

Returns

ReactNode | Promise<ReactNode>

A React component displaying the tool call details

Component