AnthropicTool
data class AnthropicTool(val name: String, val description: String, val inputSchema: AnthropicToolSchema)(source)
Represents a tool definition for Anthropic integration.
This class holds metadata about a tool including its name, description, and input schema. It is used to define and describe tools in the Anthropic ecosystem, where tools are entities with specific input requirements represented by the AnthropicToolSchema
.