| commit | 8b0e91a9809b0d857a8ddbd4cfca9e09741fcc42 | [log] [tgz] |
|---|---|---|
| author | Ben Rohlfs <brohlfs@google.com> | Thu May 23 14:42:23 2024 +0200 |
| committer | Ben Rohlfs <brohlfs@google.com> | Thu May 23 14:42:23 2024 +0200 |
| tree | 7ad338e268addbc4d48c93bb5b1636de843f43a8 | |
| parent | 0d375095ade33fdcbaa7d1263f8008b16679511e [diff] [blame] |
Add `outcome` to comment autocompletion context Release-Notes: skip Change-Id: I300ba5a9baa7f8f05aa59f9496a47a9b43582da6
diff --git a/polygerrit-ui/app/utils/autocomplete-cache.ts b/polygerrit-ui/app/utils/autocomplete-cache.ts index b1dba44..b880ccd 100644 --- a/polygerrit-ui/app/utils/autocomplete-cache.ts +++ b/polygerrit-ui/app/utils/autocomplete-cache.ts
@@ -12,6 +12,7 @@ isFullCommentPrediction?: boolean; draftInSyncWithSuggestionLength?: number; modelVersion?: string; + outcome?: number; requestDurationMs?: number; commentId?: string;