mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
LLM-19342 Log top20 logprobs for cloud completion
(cherry picked from commit 307093461a9b8ef584121da0501fc720d9728a3b) (cherry picked from commit 5d58e491da18c81fb63019a8bb1991c320b5265e) IJ-MR-175246 GitOrigin-RevId: 4db46ee108cf62a78480ef4a5942fa4b463fa0b2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6980d72eb8
commit
f8828a1035
@@ -15,7 +15,7 @@ import org.jetbrains.annotations.ApiStatus
|
||||
@ApiStatus.Internal
|
||||
object InlineCompletionLogs : CounterUsagesCollector() {
|
||||
// TODO use ML_RECORDER_ID
|
||||
val GROUP: EventLogGroup = EventLogGroup("inline.completion.v2", 51, recorder = "ML")
|
||||
val GROUP: EventLogGroup = EventLogGroup("inline.completion.v2", 52, recorder = "ML")
|
||||
|
||||
val INSERTED_STATE_EVENT: VarargEventId = GROUP.registerVarargEvent(
|
||||
"inserted_state",
|
||||
|
||||
Reference in New Issue
Block a user