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