Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,11 @@
"type": "string",
"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."
},
{
"name": "requestIds",
"type": "string",
"description": "Request ids (comma-separated) associated with a task or action, in chronological order. For example 'id1,id2,id3'"
},
{
"name": "requestServiceType",
"type": "string",
Expand Down Expand Up @@ -2452,6 +2457,10 @@
{
"type": "languageServerVersion",
"required": false
},
{
"type": "requestIds",
"required": false
}
]
},
Expand Down Expand Up @@ -2701,9 +2710,21 @@
{
"type": "cwsprChatConversationType"
},
{
"type": "cwsprChatMessageId",
"required": false
},
{
"type": "cwsprToolUseId",
"required": false
},
{
"type": "languageServerVersion",
"required": false
},
{
"type": "requestIds",
"required": false
}
]
},
Expand Down