Skip to content

Commit 81d1176

Browse files
committed
only message char count
1 parent c578860 commit 81d1176

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,14 +1097,9 @@
10971097
"description": "True if the code snippet that user interacts with has a reference."
10981098
},
10991099
{
1100-
"name": "cwsprChatHistoryCharacterCount",
1100+
"name": "cwsprChatHistoryMessageCharacterCount",
11011101
"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"
1102+
"description": "The number of characters in a history message"
11081103
},
11091104
{
11101105
"name": "cwsprChatInteractionTarget",
@@ -2310,11 +2305,7 @@
23102305
"required": false
23112306
},
23122307
{
2313-
"type": "cwsprChatHistoryCharacterCount",
2314-
"required": false
2315-
},
2316-
{
2317-
"type": "cwsprChatHistoryMessageCharacterCounts",
2308+
"type": "cwsprChatHistoryMessageCharacterCount",
23182309
"required": false
23192310
},
23202311
{

0 commit comments

Comments
 (0)