Skip to content

Commit

Permalink
Add featureEvaluation field to userTriggerDecision (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyuq authored Nov 8, 2023
1 parent 5c24e8c commit 157ac1b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@
"type": "string",
"description": "The currently selected customization arn(None if using the base model)"
},
{
"name": "codewhispererFeatureEvaluations",
"type": "string",
"description": "Feature assignments for a particular user"
},
{
"name": "codewhispererLanguage",
"type": "string",
Expand Down Expand Up @@ -3070,6 +3075,10 @@
{
"type": "codewhispererCustomizationArn",
"required": false
},
{
"type": "codewhispererFeatureEvaluations",
"required": false
}
]
},
Expand Down

0 comments on commit 157ac1b

Please sign in to comment.