ToolCallStart

@Serializable
@SerialName(value = "TOOL_CALL_START")
data class ToolCallStart(val toolCallId: String, val toolCallName: String, val parentMessageId: String? = null, val timestamp: Long? = null) : AguiEvent

Constructors

Link copied to clipboard
constructor(toolCallId: String, toolCallName: String, parentMessageId: String? = null, timestamp: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val timestamp: Long?
Link copied to clipboard
Link copied to clipboard