BedrockAnthropicInvokeModelTool
data class BedrockAnthropicInvokeModelTool(val type: String = "custom", val name: String, val description: String? = null, val inputSchema: JsonObject? = null)(source)
Represents a tool used to interact with the Bedrock Anthropic model.
This data class is used to describe a tool with specific properties such as type, name, description, and input schema.
Constructors
Link copied to clipboard
constructor(type: String = "custom", name: String, description: String? = null, inputSchema: JsonObject? = null)