claude-code-data
Preparing search index...
ToolUseBlock
Type Alias ToolUseBlock
A tool call issued by Claude.
input
contains the tool-specific arguments.
type
ToolUseBlock
=
{
id
:
string
;
input
:
Record
<
string
,
unknown
>
;
name
:
string
;
type
:
"tool_use"
;
}
Index
Properties
id
input
name
type
Properties
id
id
:
string
input
input
:
Record
<
string
,
unknown
>
name
name
:
string
type
type
:
"tool_use"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
input
name
type
claude-code-data
Loading...
A tool call issued by Claude.
inputcontains the tool-specific arguments.