LLMStreamingStartingContext
data class LLMStreamingStartingContext(val runId: String, val prompt: Prompt, val model: LLModel, val tools: List<ToolDescriptor>) : LLMStreamingEventContext(source)
Represents the context for handling a before-stream event. This context is provided when streaming is about to begin.