Content.makeToolUse

A tool_use content block (sampling): the model's request to call a tool. id is the model-assigned call id, name the tool name, and input the arguments object. Per ToolUseContent in the 2025-11-25 / draft schema.

struct Content
static @safe
makeToolUse
(
string id
,
string name
,
Json input = Json.emptyObject
)