Skip to content

Commit f0a80fa

Browse files
authored
telemetry(amazonq): intial metric for agentic chat #1010
## Problem - currently no metrics for agentic chat ## Solution - upstream agentic chat interaction metric - aws/aws-toolkit-vscode#6979
1 parent 8694502 commit f0a80fa

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,18 @@
972972
"other"
973973
]
974974
},
975+
{
976+
"name": "cwsprAgenticChatInteractionType",
977+
"type": "string",
978+
"allowedValues": [
979+
"RejectDiff",
980+
"GeneratedDiff",
981+
"RunCommand",
982+
"GeneratedCommand",
983+
"StopChat"
984+
],
985+
"description": "Type of interaction with agentic chat messages"
986+
},
975987
{
976988
"name": "cwsprChatAcceptedCharactersLength",
977989
"type": "int",
@@ -2590,6 +2602,25 @@
25902602
}
25912603
]
25922604
},
2605+
{
2606+
"name": "amazonq_interactWithAgenticChat",
2607+
"description": "When a user interacts with a message in the agentic chat",
2608+
"metadata": [
2609+
{
2610+
"type": "credentialStartUrl",
2611+
"required": false
2612+
},
2613+
{
2614+
"type": "cwsprAgenticChatInteractionType"
2615+
},
2616+
{
2617+
"type": "cwsprChatConversationId"
2618+
},
2619+
{
2620+
"type": "cwsprChatConversationType"
2621+
}
2622+
]
2623+
},
25932624
{
25942625
"name": "amazonq_interactWithMessage",
25952626
"description": "When a user interacts with a message in the conversation",

0 commit comments

Comments
 (0)