Skip to content

Commit 277ae32

Browse files
committed
Adding allowed values to the interactionType
1 parent 59b7eec commit 277ae32

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,8 +1430,17 @@
14301430
"type": "string",
14311431
"description": "User interaction, especially for AI-related features.",
14321432
"allowedValues": [
1433+
"acceptDiff",
1434+
"insertAtCursor",
1435+
"copySnippet",
1436+
"copy",
1437+
"clickLink",
1438+
"clickFollowUp",
1439+
"hoverReference",
1440+
"upvote",
14331441
"downvote",
1434-
"upvote"
1442+
"clickBodyLink",
1443+
"viewDiff"
14351444
]
14361445
},
14371446
{

0 commit comments

Comments
 (0)