ToolUse
data class ToolUse(val id: String, val name: String, val input: JsonObject) : AnthropicContent(source)
Represents the usage of a tool in a structured format.
This class is part of the AnthropicContent
sealed class hierarchy and is identified by the serial name tool_use
. It contains information about the tool being used, including a unique identifier, a name to describe the tool, and a JSON object for input parameters or configurations needed for the tool's operation.