File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 513
513
{
514
514
"name" : " codewhispererCharactersAccepted" ,
515
515
"type" : " int" ,
516
- "description" : " The number of characters user has accepted through partial acceptance."
516
+ "description" : " The number of characters user has accepted through inline completion service"
517
+ },
518
+ {
519
+ "name" : " codewhispererCharactersModified" ,
520
+ "type" : " int" ,
521
+ "description" : " number of characters modified by users within the accepted inline suggestion"
517
522
},
518
523
{
519
524
"name" : " codewhispererCharactersRecommended" ,
4720
4725
"name" : " codewhisperer_userModification" ,
4721
4726
"description" : " Percentage of user modifications for the selected suggestion until a fixed period of time" ,
4722
4727
"metadata" : [
4728
+ {
4729
+ "type" : " codewhispererCharactersAccepted"
4730
+ },
4731
+ {
4732
+ "type" : " codewhispererCharactersModified"
4733
+ },
4723
4734
{
4724
4735
"type" : " codewhispererCompletionType"
4725
4736
},
You can’t perform that action at this time.
0 commit comments