LLMStreamingFrameReceivedContext
data class LLMStreamingFrameReceivedContext(val runId: String, val streamFrame: StreamFrame) : LLMStreamingEventContext(source)
Represents the context for handling individual stream frame events. This context is provided when stream frames are sent out during the streaming process.