Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.SystemTool
Packages that use SystemTool
-
Uses of SystemTool in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SystemToolModifier and TypeMethodDescriptionfinal SystemToolTool.systemTool()Specifies the system-defined tool that you want use.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type SystemToolModifier and TypeMethodDescriptionstatic ToolTool.fromSystemTool(SystemTool systemTool) Create an instance of this class withTool.systemTool()initialized to the given value.Tool.Builder.systemTool(SystemTool systemTool) Specifies the system-defined tool that you want use.