LLMCallStartingContext
data class LLMCallStartingContext(val runId: String, val callId: String, val prompt: Prompt, val model: LLModel, val tools: List<ToolDescriptor>) : LLMCallEventContext(source)
Represents the context for handling a before LLM call event.