LLMCallCompletedEvent

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


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

Deprecated

Please use constructor with model parameter of type [ModelInfo]: LLMCallCompletedEvent(runId, callId, prompt, model, responses, moderationResponse, timestamp)

Replace with

LLMCallCompletedEvent(runId, callId, prompt, model, responses, moderationResponse, timestamp)