Result

data class Result(val toolCallId: String, val toolCallName: String, val content: String, val messageId: String? = null) : ToolCallEvent

Tool has executed; content is the raw result payload (typically JSON).

Constructors

Link copied to clipboard
constructor(toolCallId: String, toolCallName: String, content: String, messageId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val toolCallId: String
Link copied to clipboard
open override val toolCallName: String