Skip to content

Commit

Permalink
feat(telemetry): add amazonq_isProvideFeedbackForCodeGen
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaabv16 committed Nov 17, 2023
1 parent fb4278a commit 6103c4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2650,6 +2650,11 @@
"description": "User applied code changes generated for the task.",
"metadata": [{ "type": "enabled" }, { "type": "amazonqConversationId" }]
},
{
"name": "amazonq_isProvideFeedbackForCodeGen",
"description": "User asked to regenerate code generation with a comment",
"metadata": [{ "type": "enabled" }, { "type": "amazonqConversationId" }]
},
{
"name": "amazonq_isReviewedChanges",
"description": "User reviewed changes",
Expand Down

0 comments on commit 6103c4c

Please sign in to comment.