LLMStreamingFailedContext
data class LLMStreamingFailedContext(val runId: String, 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.