AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-anthropic
/
dev.mokksy.aimocks.anthropic.model
/
ToolUseBlock
Tool
Use
Block
@
Serializable
@
SerialName
(
value
=
"tool_use"
)
data
class
ToolUseBlock
(
val
id
:
String
,
val
name
:
String
,
val
input
:
Map
<
String
,
String
>
)
:
ContentBlock
(
source
)
Members
Constructors
Tool
Use
Block
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
input
:
Map
<
String
,
String
>
)
Properties
id
Link copied to clipboard
val
id
:
String
input
Link copied to clipboard
val
input
:
Map
<
String
,
String
>
name
Link copied to clipboard
val
name
:
String