ToolUse
data class ToolUse(val id: String, val name: String, val input: JsonObject) : AnthropicResponseContent(source)
Represents the usage of a tool in a response from an Anthropic system.
Represents the usage of a tool in a response from an Anthropic system.