Class SpecificToolChoice

java.lang.Object
software.amazon.awssdk.services.bedrockruntime.model.SpecificToolChoice
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<SpecificToolChoice.Builder,SpecificToolChoice>

@Generated("software.amazon.awssdk:codegen") public final class SpecificToolChoice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpecificToolChoice.Builder,SpecificToolChoice>

The model must request a specific tool. For example, {"tool" : {"name" : "Your tool name"}}. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide

This field is only supported by Anthropic Claude 3 models.

See Also: