Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ToolChoice.Builder
Packages that use ToolChoice.Builder
-
Uses of ToolChoice.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolChoice.BuilderModifier and TypeMethodDescriptiondefault ToolChoice.BuilderToolChoice.Builder.any(Consumer<AnyToolChoice.Builder> any) The model must request at least one tool (no text is generated).ToolChoice.Builder.any(AnyToolChoice any) The model must request at least one tool (no text is generated).default ToolChoice.BuilderToolChoice.Builder.auto(Consumer<AutoToolChoice.Builder> auto) (Default).ToolChoice.Builder.auto(AutoToolChoice auto) (Default).static ToolChoice.BuilderToolChoice.builder()ToolChoice.toBuilder()default ToolChoice.BuilderToolChoice.Builder.tool(Consumer<SpecificToolChoice.Builder> tool) The Model must request the specified tool.ToolChoice.Builder.tool(SpecificToolChoice tool) The Model must request the specified tool.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ToolChoice.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolChoice.Builder>ToolChoice.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ToolChoice.BuilderModifier and TypeMethodDescriptiondefault ToolConfiguration.BuilderToolConfiguration.Builder.toolChoice(Consumer<ToolChoice.Builder> toolChoice) If supported by model, forces the model to request a tool.