LLMStreamingCompletedEvent
constructor(runId: String, callId: String, prompt: Prompt, model: ModelInfo, tools: List<String>, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)
constructor(runId: String, callId: String, prompt: Prompt, model: String, tools: List<String>, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)
Deprecated
Please use constructor with model parameter of type [ModelInfo]: LLMStreamingCompletedEvent(runId, callId, prompt, model, tools, timestamp)
Replace with
LLMStreamingCompletedEvent(runId, callId, prompt, model, tools, timestamp)Content copied to clipboard