Uses of Class
software.amazon.awssdk.services.bedrockagent.model.SpecificToolChoice
Packages that use SpecificToolChoice
-
Uses of SpecificToolChoice in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SpecificToolChoiceModifier and TypeMethodDescriptionfinal SpecificToolChoiceToolChoice.tool()Defines a specific tool that the model must request.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type SpecificToolChoiceModifier and TypeMethodDescriptionstatic ToolChoiceToolChoice.fromTool(SpecificToolChoice tool) Create an instance of this class withToolChoice.tool()initialized to the given value.ToolChoice.Builder.tool(SpecificToolChoice tool) Defines a specific tool that the model must request.