Uses of Class
software.amazon.awscdk.services.bedrock.alpha.ToolChoice
Packages that use ToolChoice
-
Uses of ToolChoice in software.amazon.awscdk.services.bedrock.alpha
Fields in software.amazon.awscdk.services.bedrock.alpha declared as ToolChoiceModifier and TypeFieldDescriptionstatic final ToolChoice
ToolChoice.ANY
(experimental) The model must request at least one tool (no text is generated).static final ToolChoice
ToolChoice.AUTO
(experimental) (Default).Methods in software.amazon.awscdk.services.bedrock.alpha that return ToolChoiceModifier and TypeMethodDescriptionToolConfiguration.getToolChoice()
(experimental) How the model should choose which tool to use.final ToolChoice
ToolConfiguration.Jsii$Proxy.getToolChoice()
static ToolChoice
ToolChoice.specificTool
(String toolName) (experimental) The Model must request the specified tool.Methods in software.amazon.awscdk.services.bedrock.alpha with parameters of type ToolChoiceModifier and TypeMethodDescriptionToolConfiguration.Builder.toolChoice
(ToolChoice toolChoice) Sets the value ofToolConfiguration.getToolChoice()