Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolConfiguration
Packages that use ToolConfiguration
-
Uses of ToolConfiguration in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolConfigurationModifier and TypeMethodDescriptionfinal ToolConfigurationConverseRequest.toolConfig()Configuration information for the tools that the model can use when generating a response.final ToolConfigurationConverseStreamRequest.toolConfig()Configuration information for the tools that the model can use when generating a response.final ToolConfigurationConverseTokensRequest.toolConfig()The toolConfig of Converse input request to count tokens for.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolConfigurationModifier and TypeMethodDescriptionConverseRequest.Builder.toolConfig(ToolConfiguration toolConfig) Configuration information for the tools that the model can use when generating a response.ConverseStreamRequest.Builder.toolConfig(ToolConfiguration toolConfig) Configuration information for the tools that the model can use when generating a response.ConverseTokensRequest.Builder.toolConfig(ToolConfiguration toolConfig) The toolConfig of Converse input request to count tokens for.