Skip to content

Commit 576bf05

Browse files
committed
telemetry(amazonq): list of request ids in addMessage
1 parent b8b7bbf commit 576bf05

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,11 @@
11841184
"type": "int",
11851185
"description": "Number of references in response"
11861186
},
1187+
{
1188+
"name": "cwsprChatRequestIds",
1189+
"type": "string",
1190+
"description": "The list of request ids corresponding to this user message. Request ids must be in chronological order"
1191+
},
11871192
{
11881193
"name": "cwsprChatRequestLength",
11891194
"type": "int",
@@ -2378,6 +2383,10 @@
23782383
"type": "cwsprChatReferencesCount",
23792384
"required": false
23802385
},
2386+
{
2387+
"type": "cwsprChatRequestIds",
2388+
"required": false
2389+
},
23812390
{
23822391
"type": "cwsprChatRequestLength"
23832392
},
@@ -2701,6 +2710,18 @@
27012710
{
27022711
"type": "cwsprChatConversationType"
27032712
},
2713+
{
2714+
"type": "cwsprChatMessageId",
2715+
"required": false
2716+
},
2717+
{
2718+
"type": "cwsprChatRequestIds",
2719+
"required": false
2720+
},
2721+
{
2722+
"type": "cwsprToolUseId",
2723+
"required": false
2724+
},
27042725
{
27052726
"type": "languageServerVersion",
27062727
"required": false

0 commit comments

Comments
 (0)