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