Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolResultBlock
Packages that use ToolResultBlock
-
Uses of ToolResultBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolResultBlockModifier and TypeMethodDescriptionfinal ToolResultBlockContentBlock.toolResult()The result for a tool request that a model makes.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolResultBlockModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromToolResult(ToolResultBlock toolResult) Create an instance of this class withContentBlock.toolResult()initialized to the given value.ContentBlock.Builder.toolResult(ToolResultBlock toolResult) The result for a tool request that a model makes.