LLMStreamingStartingEvent

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]: LLMStreamingStartingEvent(executionInfo, runId, prompt, model, tools, timestamp)

Replace with

LLMStreamingStartingEvent(executionInfo, runId, prompt, model, tools, timestamp)