Differentiate types of chat interactions in the local telemetry data #5429
Labels
area:chat
Relates to chat interface
good-first-issue
Suggested issue for new contributors
kind:enhancement
Indicates a new feature request, imrovement, or extension
priority:medium
Indicates medium priority
Validations
Problem
In the local telemetry feed, configured in the config.yaml data array, the current events supported are:
-autocomplete
-chatInteraction
Currently there are 3 types of chat interaction, chat, agent and edit. Please adjust the events such that the type of interaction is distinguishable.
@chezsmithy
Solution
Perhaps by differentiating the "eventName" value.
Current output looks like:
{"name": "chatInteraction", "data": {"timestamp": "2025-04-29T20:52:03.748Z", "userId": "", "userAgent": "Visual Studio Code/1.99.3 (Continue/1.1.29)", "selectedProfileId": "local", "eventName": "chatInteraction", "schema": "0.2.0", ...
The text was updated successfully, but these errors were encountered: