Don't make events for every rejected suggestion

This commit is contained in:
Joseph Lyons 2023-05-16 17:19:05 -04:00
parent afe75e8cbd
commit ffd503951b
2 changed files with 4 additions and 6 deletions

View file

@ -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>,
},