LLMStreamingFailedContext
data class LLMStreamingFailedContext(val eventId: String, val executionInfo: AgentExecutionInfo, val runId: String, val prompt: Prompt, val model: LLModel, val error: Throwable) : LLMStreamingEventContext(source)
Represents the context for handling an error event during streaming. This context is provided when an error occurs during streaming.