Skip to content

Commit

Permalink
telemetry: upstream codewhisperer definitions #583
Browse files Browse the repository at this point in the history
* add type codewhispererCustomizationArn
* add codewhispererCustomizationArn to serviceInvocation, codePercentage, userTriggerDecision
  • Loading branch information
Will-ShaoHua authored Oct 18, 2023
1 parent 31f8639 commit 5aa22d1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,11 @@
"type": "int",
"description": "cursor location offset in the editor when invoking CodeWhisperer for recommendation"
},
{
"name": "codewhispererCustomizationArn",
"type": "string",
"description": "The currently selected customization arn(None if using the base model)"
},
{
"name": "codewhispererLanguage",
"type": "string",
Expand Down Expand Up @@ -2564,6 +2569,10 @@
},
{
"type": "successCount"
},
{
"type": "codewhispererCustomizationArn",
"required": false
}
],
"passive": true
Expand Down Expand Up @@ -2712,6 +2721,10 @@
},
{
"type": "codewhispererUserGroup"
},
{
"type": "codewhispererCustomizationArn",
"required": false
}
]
},
Expand Down Expand Up @@ -2935,6 +2948,10 @@
},
{
"type": "codewhispererUserGroup"
},
{
"type": "codewhispererCustomizationArn",
"required": false
}
]
},
Expand Down

0 comments on commit 5aa22d1

Please sign in to comment.