ToolResult
data class ToolResult(val toolUseId: String, val content: String, val isError: Boolean, val cacheControl: AnthropicCacheControl? = null) : AnthropicContent(source)
Represents the result of a tool invocation within the Anthropic content system.
Constructors
Link copied to clipboard
constructor(toolUseId: String, content: String, isError: Boolean, cacheControl: AnthropicCacheControl? = null)