BedrockAnthropicInvokeModelToolResultContent
data class BedrockAnthropicInvokeModelToolResultContent(val type: String = "tool_result", val toolUseId: String, val content: String)(source)
Represents the result of invoking a Bedrock Anthropic model tool.
This data class contains the essential information returned by the tool invocation process.