diff --git a/telemetry/definitions/commonDefinitions.json b/telemetry/definitions/commonDefinitions.json index e4ee1e85..010d7ca5 100644 --- a/telemetry/definitions/commonDefinitions.json +++ b/telemetry/definitions/commonDefinitions.json @@ -1160,6 +1160,26 @@ "type": "string", "description": "Unique identifier for each message in an conversation" }, + { + "name": "cwsprChatPinnedCodeContextCount", + "type": "int", + "description": "Number of pinned code symbols added to context" + }, + { + "name": "cwsprChatPinnedFileContextCount", + "type": "int", + "description": "Number of pinned files added to context" + }, + { + "name": "cwsprChatPinnedFolderContextCount", + "type": "int", + "description": "Number of pinned folders added to context" + }, + { + "name": "cwsprChatPinnedPromptContextCount", + "type": "int", + "description": "Number of pinned saved prompts added to context" + }, { "name": "cwsprChatProgrammingLanguage", "type": "string", @@ -1218,7 +1238,7 @@ { "name": "cwsprChatRuleContextCount", "type": "int", - "description": "Number of workspace rules automatically added to context" + "description": "Number of workspace rules automatically added to context (does not include inactive rules)" }, { "name": "cwsprChatRuleContextLength", @@ -1265,6 +1285,11 @@ "type": "int", "description": "Total number of code blocks inside a message in the conversation." }, + { + "name": "cwsprChatTotalRuleContextCount", + "type": "int", + "description": "Total number of workspace rules (both active and inactive)" + }, { "name": "cwsprChatTriggerInteraction", "type": "string", @@ -2413,6 +2438,22 @@ { "type": "cwsprChatMessageId" }, + { + "type": "cwsprChatPinnedCodeContextCount", + "required": false + }, + { + "type": "cwsprChatPinnedFileContextCount", + "required": false + }, + { + "type": "cwsprChatPinnedFolderContextCount", + "required": false + }, + { + "type": "cwsprChatPinnedPromptContextCount", + "required": false + }, { "type": "cwsprChatProgrammingLanguage", "required": false @@ -2485,6 +2526,10 @@ "type": "cwsprChatTimeToFirstUsableChunk", "required": false }, + { + "type": "cwsprChatTotalRuleContextCount", + "required": false + }, { "type": "cwsprChatTriggerInteraction" },