Skip to content

Commit a02ea8e

Browse files
authored
telemetry: cwsprChatHasProjectContext, cwsprChatTotalCodeBlocks #884
1 parent be9b1d4 commit a02ea8e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,11 @@
968968
"type": "string",
969969
"description": "Uniquely identifies a message with which the user interacts."
970970
},
971+
{
972+
"name": "cwsprChatHasProjectContext",
973+
"type": "boolean",
974+
"description": "true if query has project level context, false otherwise."
975+
},
971976
{
972977
"name": "cwsprChatHasReference",
973978
"type": "boolean",
@@ -2043,6 +2048,10 @@
20432048
"type": "cwsprChatConversationId",
20442049
"required": true
20452050
},
2051+
{
2052+
"type": "cwsprChatHasProjectContext",
2053+
"required": false
2054+
},
20462055
{
20472056
"type": "cwsprChatHasReference",
20482057
"required": false
@@ -2063,6 +2072,10 @@
20632072
"type": "cwsprChatProgrammingLanguage",
20642073
"required": false
20652074
},
2075+
{
2076+
"type": "cwsprChatTotalCodeBlocks",
2077+
"required": false
2078+
},
20662079
{
20672080
"type": "cwsprChatUserIntent",
20682081
"required": false

0 commit comments

Comments
 (0)