Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolReference
Packages that use ToolReference
-
Uses of ToolReference in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolReferenceModifier and TypeMethodDescriptionfinal ToolReferenceToolAdditionBlock.tool()A reference to the tool to add to the available tool set.final ToolReferenceToolRemovalBlock.tool()A reference to the tool to remove from the available tool set.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolReferenceModifier and TypeMethodDescriptionToolAdditionBlock.Builder.tool(ToolReference tool) A reference to the tool to add to the available tool set.ToolRemovalBlock.Builder.tool(ToolReference tool) A reference to the tool to remove from the available tool set.