Skip to content

@sqlrooms/ai / ToolCallInfo

Variable: ToolCallInfo

const ToolCallInfo: 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