Don't make events for every rejected suggestion
This commit is contained in:
parent
afe75e8cbd
commit
ffd503951b
2 changed files with 4 additions and 6 deletions
|
@ -87,7 +87,7 @@ pub enum ClickhouseEvent {
|
|||
copilot_enabled_for_language: bool,
|
||||
},
|
||||
Copilot {
|
||||
suggestion_id: String,
|
||||
suggestion_id: Option<String>,
|
||||
suggestion_accepted: bool,
|
||||
file_extension: Option<String>,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue