Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolUseBlockDelta
Packages that use ToolUseBlockDelta
-
Uses of ToolUseBlockDelta in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolUseBlockDeltaModifier and TypeMethodDescriptionfinal ToolUseBlockDeltaContentBlockDelta.toolUse()Information about a tool that the model is requesting to use.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolUseBlockDeltaModifier and TypeMethodDescriptionstatic ContentBlockDeltaContentBlockDelta.fromToolUse(ToolUseBlockDelta toolUse) Create an instance of this class withContentBlockDelta.toolUse()initialized to the given value.ContentBlockDelta.Builder.toolUse(ToolUseBlockDelta toolUse) Information about a tool that the model is requesting to use.