ToolResult

data class ToolResult(val content: String, val timestamp: Instant, val toolCallId: String) : ChatMessage(source)

Constructors

Link copied to clipboard
constructor(content: String, timestamp: Instant, toolCallId: String)

Properties

Link copied to clipboard
open override val content: String
Link copied to clipboard
open override val timestamp: Instant
Link copied to clipboard