Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolResultBlockDelta
Packages that use ToolResultBlockDelta
-
Uses of ToolResultBlockDelta in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolResultBlockDeltaModifier and TypeMethodDescriptionstatic ToolResultBlockDeltaCreate an instance of this class withjson()initialized to the given value.static ToolResultBlockDeltaCreate an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ToolResultBlockDeltaModifier and TypeMethodDescriptionfinal List<ToolResultBlockDelta>ContentBlockDelta.toolResult()An incremental update that contains the results from a tool call.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolResultBlockDeltaModifier and TypeMethodDescriptionContentBlockDelta.Builder.toolResult(ToolResultBlockDelta... toolResult) An incremental update that contains the results from a tool call.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ToolResultBlockDeltaModifier and TypeMethodDescriptionstatic ContentBlockDeltaContentBlockDelta.fromToolResult(List<ToolResultBlockDelta> toolResult) Create an instance of this class withContentBlockDelta.toolResult()initialized to the given value.ContentBlockDelta.Builder.toolResult(Collection<ToolResultBlockDelta> toolResult) An incremental update that contains the results from a tool call.