Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AutoToolChoice
-
Packages that use AutoToolChoice Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of AutoToolChoice in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AutoToolChoice Modifier and Type Method Description AutoToolChoiceToolChoice. auto()The Model automatically decides if a tool should be called or to whether to generate text instead.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AutoToolChoice Modifier and Type Method Description ToolChoice.BuilderToolChoice.Builder. auto(AutoToolChoice auto)The Model automatically decides if a tool should be called or to whether to generate text instead.static ToolChoiceToolChoice. fromAuto(AutoToolChoice auto)Create an instance of this class withToolChoice.auto()initialized to the given value.
-