LLMStreamingFailedEvent

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


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

Deprecated

Please use constructor with executionInfo parameter: LLMStreamingFailedEvent(executionInfo, runId, prompt, model, error, timestamp)

Replace with

LLMStreamingFailedEvent(executionInfo, runId, prompt, model, error, timestamp)