Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ToolConfiguration.Builder
Packages that use ToolConfiguration.Builder
-
Uses of ToolConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ToolConfiguration.BuilderModifier and TypeMethodDescriptionstatic ToolConfiguration.BuilderToolConfiguration.builder()ToolConfiguration.toBuilder()default ToolConfiguration.BuilderToolConfiguration.Builder.toolChoice(Consumer<ToolChoice.Builder> toolChoice) Defines which tools the model should request when invoked.ToolConfiguration.Builder.toolChoice(ToolChoice toolChoice) Defines which tools the model should request when invoked.ToolConfiguration.Builder.tools(Collection<Tool> tools) An array of tools to pass to a model.ToolConfiguration.Builder.tools(Consumer<Tool.Builder>... tools) An array of tools to pass to a model.An array of tools to pass to a model.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ToolConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolConfiguration.Builder>ToolConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ToolConfiguration.BuilderModifier and TypeMethodDescriptionChatPromptTemplateConfiguration.Builder.toolConfiguration(Consumer<ToolConfiguration.Builder> toolConfiguration) Configuration information for the tools that the model can use when generating a response.