BedrockAnthropicToolChoice

data class BedrockAnthropicToolChoice(val type: String, val name: String? = null)(source)

Represents the tool choice configuration for Anthropic via Bedrock.

Constructors

Link copied to clipboard
constructor(type: String, name: String? = null)

Properties

Link copied to clipboard
val name: String? = null

Optional tool name when type is "tool".

Link copied to clipboard

The selection strategy: "auto", "any", "tool", or "none".