File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
codewhispererChat/controllers/chat Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ export class CWCTelemetryHelper {
198
198
cwsprChatCodeBlockIndex : message . codeBlockIndex ,
199
199
cwsprChatTotalCodeBlocks : message . totalCodeBlocks ,
200
200
cwsprChatHasProjectContext : this . responseWithProjectContext . get ( message . messageId ) ,
201
- cwsprChatCodeBlockLanaguge : message . codeBlockLanguage ,
201
+ cwsprChatProgrammingLanguage : message . codeBlockLanguage ,
202
202
}
203
203
break
204
204
case 'code_was_copied_to_clipboard' :
@@ -216,7 +216,7 @@ export class CWCTelemetryHelper {
216
216
cwsprChatCodeBlockIndex : message . codeBlockIndex ,
217
217
cwsprChatTotalCodeBlocks : message . totalCodeBlocks ,
218
218
cwsprChatHasProjectContext : this . responseWithProjectContext . get ( message . messageId ) ,
219
- cwsprChatCodeBlockLanaguge : message . codeBlockLanguage ,
219
+ cwsprChatProgrammingLanguage : message . codeBlockLanguage ,
220
220
}
221
221
break
222
222
case 'follow-up-was-clicked' :
Original file line number Diff line number Diff line change 78
78
"type" : " boolean" ,
79
79
"description" : " true if query has project level context, false otherwise."
80
80
},
81
- {
82
- "name" : " cwsprChatCodeBlockLanaguge" ,
83
- "type" : " string" ,
84
- "description" : " programming language generated by the Q chat"
85
- },
86
81
{
87
82
"name" : " cwsprChatProjectContextQueryMs" ,
88
83
"type" : " int" ,
907
902
"required" : false
908
903
},
909
904
{
910
- "type" : " cwsprChatCodeBlockLanaguge " ,
905
+ "type" : " cwsprChatProgrammingLanguage " ,
911
906
"required" : false
912
907
}
913
908
]
You can’t perform that action at this time.
0 commit comments