Skip to content

Commit

Permalink
CW: Telemetry changes- adding Task type to Service Invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
laileni-aws committed Sep 21, 2023
1 parent e764d91 commit cb421cd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,18 @@
"allowedValues": ["java", "python", "javascript", "plaintext", "jsx", "typescript", "tsx", "csharp",
"c", "cpp", "go", "kotlin", "php", "ruby", "rust", "scala", "shell", "sql"]
},
{
"name": "codewhispererGettingStartedTaskType",
"type": "string",
"description": "The type of the getting started task to open the file",
"allowedValues": [
"Automatic",
"Manual",
"Comments",
"TestCase",
"Navigattion"
]
},
{
"name": "codewhispererLastSuggestionIndex",
"type": "int",
Expand Down Expand Up @@ -2633,6 +2645,10 @@
{
"type": "codewhispererLanguage"
},
{
"type": "codewhispererGettingStartedTaskType",
"required": false
},
{
"type": "codewhispererLastSuggestionIndex",
"required": false
Expand Down

0 comments on commit cb421cd

Please sign in to comment.