LLMStreamingCompletedEvent
data class LLMStreamingCompletedEvent(val runId: String, val prompt: Prompt, val model: String, val tools: List<String>, val timestamp: Long = Clock.System.now().toEpochMilliseconds()) : DefinedFeatureEvent(source)
Represents an event that occurs when the streaming process of a Large Language Model (LLM) call is completed.