Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,16 @@
"type": "int",
"description": "Truncated length of files added to context"
},
{
"name": "cwsprChatFocusFileContextLength",
"type": "int",
"description": "Total length of current focus file added to context"
},
{
"name": "cwsprChatFocusFileContextTruncatedLength",
"type": "int",
"description": "Truncated length of current focus file added to context"
},
{
"name": "cwsprChatFolderContextCount",
"type": "int",
Expand Down Expand Up @@ -1210,6 +1220,16 @@
],
"description": "Identifies the specific interaction that opens the chat panel"
},
{
"name": "cwsprChatUserInputContextLength",
"type": "int",
"description": "Total length of user inputs added to context"
},
{
"name": "cwsprChatUserInputContextTruncatedLength",
"type": "int",
"description": "Truncated length of user inputs added to context"
},
{
"name": "cwsprChatUserIntent",
"type": "string",
Expand All @@ -1225,6 +1245,16 @@
],
"description": "Explict user intent associated with a chat message"
},
{
"name": "cwsprChatWorkspaceContextLength",
"type": "int",
"description": "Total length of workspace context"
},
{
"name": "cwsprChatWorkspaceContextTruncatedLength",
"type": "int",
"description": "Truncated length of workspace context"
},
{
"name": "databaseCredentials",
"type": "string",
Expand Down Expand Up @@ -2201,6 +2231,14 @@
"type": "cwsprChatFileContextTruncatedLength",
"required": false
},
{
"type": "cwsprChatFocusFileContextLength",
"required": false
},
{
"type": "cwsprChatFocusFileContextTruncatedLength",
"required": false
},
{
"type": "cwsprChatFolderContextCount",
"required": false
Expand Down Expand Up @@ -2310,9 +2348,25 @@
{
"type": "cwsprChatTriggerInteraction"
},
{
"type": "cwsprChatUserInputContextLength",
"required": false
},
{
"type": "cwsprChatUserInputContextTruncatedLength",
"required": false
},
{
"type": "cwsprChatUserIntent",
"required": false
},
{
"type": "cwsprChatWorkspaceContextLength",
"required": false
},
{
"type": "cwsprChatWorkspaceContextTruncatedLength",
"required": false
}
]
},
Expand Down