Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ToolDescriptionInput
Packages that use ToolDescriptionInput
-
Uses of ToolDescriptionInput in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ToolDescriptionInputModifier and TypeMethodDescriptionfinal List<ToolDescriptionInput>ToolDescriptionTextInput.tools()The list of tool descriptions to optimize.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ToolDescriptionInputModifier and TypeMethodDescriptionToolDescriptionTextInput.Builder.tools(ToolDescriptionInput... tools) The list of tool descriptions to optimize.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ToolDescriptionInputModifier and TypeMethodDescriptionToolDescriptionTextInput.Builder.tools(Collection<ToolDescriptionInput> tools) The list of tool descriptions to optimize.