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 ToolChoiceToolChoice.ANY(experimental) The model must request at least one tool (no text is generated).static final ToolChoiceToolChoice.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 ToolChoiceToolConfiguration.Jsii$Proxy.getToolChoice()static ToolChoiceToolChoice.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()