Represents a request to call a tool.
interface ToolCallBaseContentBlockconst toolCall: ToolCall = {
type: "tool_call",
name: "foo",
args: { a: 1 },
callId: "123"
};The arguments to the tool call
Content block identifier, which can be either
The name of the tool being called
Type of the content block