Skip to content

Commit c578860

Browse files
committed
history character count and message character count
fix fix
1 parent 2c39a92 commit c578860

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,16 @@
10961096
"type": "boolean",
10971097
"description": "True if the code snippet that user interacts with has a reference."
10981098
},
1099+
{
1100+
"name": "cwsprChatHistoryCharacterCount",
1101+
"type": "int",
1102+
"description": "The total number of characters in the history"
1103+
},
1104+
{
1105+
"name": "cwsprChatHistoryMessageCharacterCounts",
1106+
"type": "string",
1107+
"description": "An array of numbers where each number represents the number of characters in a message in the history"
1108+
},
10991109
{
11001110
"name": "cwsprChatInteractionTarget",
11011111
"type": "string",
@@ -2299,6 +2309,14 @@
22992309
"type": "cwsprChatHasProjectContext",
23002310
"required": false
23012311
},
2312+
{
2313+
"type": "cwsprChatHistoryCharacterCount",
2314+
"required": false
2315+
},
2316+
{
2317+
"type": "cwsprChatHistoryMessageCharacterCounts",
2318+
"required": false
2319+
},
23022320
{
23032321
"type": "cwsprChatMessageId"
23042322
},

0 commit comments

Comments
 (0)