Skip to content

Commit 3bf9166

Browse files
committed
fix: requestIds
1 parent 576bf05 commit 3bf9166

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,11 +1184,6 @@
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-
},
11921187
{
11931188
"name": "cwsprChatRequestLength",
11941189
"type": "int",
@@ -1952,6 +1947,11 @@
19521947
"type": "string",
19531948
"description": "A special token that is used together with the request ID header to help AWS troubleshoot problems. For example, this has to be provided with requestId when debugging S3 upload errors."
19541949
},
1950+
{
1951+
"name": "requestIds",
1952+
"type": "string",
1953+
"description": "Request ids associated with a task or action, in chronological order"
1954+
},
19551955
{
19561956
"name": "requestServiceType",
19571957
"type": "string",
@@ -2383,10 +2383,6 @@
23832383
"type": "cwsprChatReferencesCount",
23842384
"required": false
23852385
},
2386-
{
2387-
"type": "cwsprChatRequestIds",
2388-
"required": false
2389-
},
23902386
{
23912387
"type": "cwsprChatRequestLength"
23922388
},
@@ -2461,6 +2457,10 @@
24612457
{
24622458
"type": "languageServerVersion",
24632459
"required": false
2460+
},
2461+
{
2462+
"type": "requestIds",
2463+
"required": false
24642464
}
24652465
]
24662466
},
@@ -2715,15 +2715,15 @@
27152715
"required": false
27162716
},
27172717
{
2718-
"type": "cwsprChatRequestIds",
2718+
"type": "cwsprToolUseId",
27192719
"required": false
27202720
},
27212721
{
2722-
"type": "cwsprToolUseId",
2722+
"type": "languageServerVersion",
27232723
"required": false
27242724
},
27252725
{
2726-
"type": "languageServerVersion",
2726+
"type": "requestIds",
27272727
"required": false
27282728
}
27292729
]

0 commit comments

Comments
 (0)