ToolResult
class ToolResult(val toolUseId: String, val content: String) : BedrockAnthropicInvokeModelContent(source)
Represents the result of a tool invocation in the context of Bedrock's Anthropic API.
This class is a specialized type of BedrockAnthropicInvokeModelContent
, intended to encapsulate the response from a tool invoked as part of the model's execution. It contains metadata about the tool's usage and the returned content.