AnthropicToolSchema
data class AnthropicToolSchema(val type: String = "object", val properties: JsonObject, val required: List<String>)(source)
Represents a schema definition for an Anthropic tool utilized in LLM clients. This data class defines the structure expected for tools, including the type of schema, properties, and required fields.
This API is internal and should not be used outside of its intended scope, as it might be subject to changes or removal without notice.