ToolResult
data class ToolResult(val toolUseId: String, val content: String, val isError: Boolean) : AnthropicContent(source)
Represents the result of a tool invocation within the Anthropic content system.
Represents the result of a tool invocation within the Anthropic content system.