LLMCallStartEvent

@Serializable
data class LLMCallStartEvent(val prompt: String, val eventId: String = LLMCallStartEvent::class.simpleName!!) : DefinedFeatureEvent(source)

Constructors

Link copied to clipboard
constructor(prompt: String, eventId: String = LLMCallStartEvent::class.simpleName!!)

Properties

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