Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ToolDescriptionOutput
Packages that use ToolDescriptionOutput
-
Uses of ToolDescriptionOutput in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ToolDescriptionOutputModifier and TypeMethodDescriptionfinal List<ToolDescriptionOutput>ToolDescriptionRecommendationResult.tools()The list of tools with their recommended descriptions.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ToolDescriptionOutputModifier and TypeMethodDescriptionToolDescriptionRecommendationResult.Builder.tools(ToolDescriptionOutput... tools) The list of tools with their recommended descriptions.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ToolDescriptionOutputModifier and TypeMethodDescriptionToolDescriptionRecommendationResult.Builder.tools(Collection<ToolDescriptionOutput> tools) The list of tools with their recommended descriptions.