View Source Anthropic.Messages.Content.ToolUse (anthropic_community v0.5.0)

A tool invocation requested by the assistant, as a native tool_use content block.

Summary

Types

@type t() :: %Anthropic.Messages.Content.ToolUse{
  cache_control: map() | nil,
  id: String.t(),
  input: map(),
  name: String.t()
}