You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: telemetry/definitions/commonDefinitions.json
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1184,11 +1184,6 @@
1184
1184
"type": "int",
1185
1185
"description": "Number of references in response"
1186
1186
},
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
-
},
1192
1187
{
1193
1188
"name": "cwsprChatRequestLength",
1194
1189
"type": "int",
@@ -1952,6 +1947,11 @@
1952
1947
"type": "string",
1953
1948
"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."
1954
1949
},
1950
+
{
1951
+
"name": "requestIds",
1952
+
"type": "string",
1953
+
"description": "An array of request ids (comma-separated) associated with a task or action, in chronological order. For example, "
0 commit comments