LLMStreamingFrameReceivedEvent

constructor(eventId: String, executionInfo: AgentExecutionInfo, runId: String, prompt: Prompt, model: ModelInfo, frame: StreamFrame, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)


constructor(runId: String, frame: StreamFrame, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)

Deprecated

Please use constructor with executionInfo parameter: LLMStreamingFrameReceivedEvent(executionInfo, runId, prompt, model, frame, timestamp)

Replace with

LLMStreamingFrameReceivedEvent(executionInfo, runId, prompt, model, frame, timestamp)