Skip to content

Commit 5d81db5

Browse files
committed
rename field since it was too long
1 parent 2dd3bca commit 5d81db5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,14 +1013,14 @@
10131013
"description": "Identifies the type of conversation"
10141014
},
10151015
{
1016-
"name": "cwsprChatCurrentFileContextLength",
1016+
"name": "cwsprChatFocusFileContextLength",
10171017
"type": "int",
1018-
"description": "Total length of current file added to context"
1018+
"description": "Total length of current focus file added to context"
10191019
},
10201020
{
1021-
"name": "cwsprChatCurrentFileContextTruncatedLength",
1021+
"name": "cwsprChatFocusFileContextTruncatedLength",
10221022
"type": "int",
1023-
"description": "Truncated length of current file added to context"
1023+
"description": "Truncated length of current focus file added to context"
10241024
},
10251025
{
10261026
"name": "cwsprChatFileContextCount",

0 commit comments

Comments
 (0)