AIAgentNodeExecutionStartEvent

@Serializable
data class AIAgentNodeExecutionStartEvent(val nodeName: String, val input: String, val eventId: String = AIAgentNodeExecutionStartEvent::class.simpleName!!) : DefinedFeatureEvent(source)

Constructors

Link copied to clipboard
constructor(nodeName: String, input: String, eventId: String = AIAgentNodeExecutionStartEvent::class.simpleName!!)

Properties

Link copied to clipboard
open override val eventId: String
Link copied to clipboard
Link copied to clipboard
open override val messageType: FeatureMessage.Type
Link copied to clipboard
Link copied to clipboard
open override val timestamp: Long