File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 490
490
{
491
491
"name" : " codewhispererAcceptedTokens" ,
492
492
"type" : " int" ,
493
- "description" : " The metrics accepted on suggested CodeWhisperer code "
493
+ "description" : " The number of tokens that are accepted and not modified by the user "
494
494
},
495
495
{
496
496
"name" : " codewhispererAllCompletionsLatency" ,
766
766
"type" : " string" ,
767
767
"description" : " The unique identifier for a CodeWhisperer session(which can contain multiple requests)"
768
768
},
769
+ {
770
+ "name" : " codewhispererSuggestedTokens" ,
771
+ "type" : " int" ,
772
+ "description" : " The number of tokens in the original code suggestions"
773
+ },
769
774
{
770
775
"name" : " codewhispererSuggestionCount" ,
771
776
"type" : " int" ,
4378
4383
{
4379
4384
"type" : " codewhispererPercentage"
4380
4385
},
4386
+ {
4387
+ "type" : " codewhispererSuggestedTokens" ,
4388
+ "required" : false
4389
+ },
4381
4390
{
4382
4391
"type" : " codewhispererTotalTokens"
4383
4392
},
You can’t perform that action at this time.
0 commit comments