ToolUseContent

tool_use content block (ToolUseContent, sampling only): the model's request to call a tool.

@safe
struct ToolUseContent {}

Members

Variables

id
string id;

the tool-call id the model assigned

input
Json input;

the tool-call arguments object

name
string name;

the tool name

Mixed In Members

From mixin ContentMetaFields

annotations
Json annotations;

optional annotations (audience/priority/lastModified)

meta
Json meta;

optional _meta object