Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ToolConfiguration.Builder
Packages that use ToolConfiguration.Builder
-
Uses of ToolConfiguration.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolConfiguration.BuilderModifier and TypeMethodDescriptionstatic ToolConfiguration.BuilderToolConfiguration.builder()ToolConfiguration.toBuilder()default ToolConfiguration.BuilderToolConfiguration.Builder.toolChoice(Consumer<ToolChoice.Builder> toolChoice) If supported by model, forces the model to request a tool.ToolConfiguration.Builder.toolChoice(ToolChoice toolChoice) If supported by model, forces the model to request a tool.ToolConfiguration.Builder.tools(Collection<Tool> tools) An array of tools that you want to pass to a model.ToolConfiguration.Builder.tools(Consumer<Tool.Builder>... tools) An array of tools that you want to pass to a model.An array of tools that you want to pass to a model.Methods in software.amazon.awssdk.services.bedrockruntime.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.bedrockruntime.model with type arguments of type ToolConfiguration.BuilderModifier and TypeMethodDescriptiondefault ConverseRequest.BuilderConverseRequest.Builder.toolConfig(Consumer<ToolConfiguration.Builder> toolConfig) Configuration information for the tools that the model can use when generating a response.default ConverseStreamRequest.BuilderConverseStreamRequest.Builder.toolConfig(Consumer<ToolConfiguration.Builder> toolConfig) Configuration information for the tools that the model can use when generating a response.default ConverseTokensRequest.BuilderConverseTokensRequest.Builder.toolConfig(Consumer<ToolConfiguration.Builder> toolConfig) The toolConfig of Converse input request to count tokens for.