LLMCallCompletedEvent
constructor(runId: String, prompt: Prompt, model: String, responses: List<Message.Response>, moderationResponse: ModerationResult? = null, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)