Class SpecificToolChoice

java.lang.Object
software.amazon.awssdk.services.bedrockagent.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>

Defines a specific tool that the model must request. No text is generated but the results of tool use are sent back to the model to help generate a response. For more information, see Use a tool to complete an Amazon Bedrock model response.

See Also: