|
162 | 162 | "classification": "SystemMetaData", |
163 | 163 | "purpose": "FeatureInsight", |
164 | 164 | "comment": "Tracks when a user dismisses the toolbar integration notification" |
| 165 | + }, |
| 166 | + "magic_chat_triggered": { |
| 167 | + "classification": "EndUserPseudonymizedInformation", |
| 168 | + "purpose": "FeatureInsight", |
| 169 | + "comment": "Tracks when Magic Chat is triggered by the user", |
| 170 | + "properties": { |
| 171 | + "sessionId": { |
| 172 | + "classification": "EndUserPseudonymizedInformation", |
| 173 | + "purpose": "FeatureInsight", |
| 174 | + "comment": "IDE session identifier" |
| 175 | + }, |
| 176 | + "text": { |
| 177 | + "classification": "EndUserPseudonymizedInformation", |
| 178 | + "purpose": "FeatureInsight", |
| 179 | + "comment": "User input text" |
| 180 | + }, |
| 181 | + "prompt": { |
| 182 | + "classification": "EndUserPseudonymizedInformation", |
| 183 | + "purpose": "FeatureInsight", |
| 184 | + "comment": "Final processed prompt sent to Magic Chat" |
| 185 | + }, |
| 186 | + "domSelectedElementsCount": { |
| 187 | + "classification": "SystemMetaData", |
| 188 | + "purpose": "FeatureInsight", |
| 189 | + "comment": "Number of DOM elements selected" |
| 190 | + }, |
| 191 | + "selectedComponents": { |
| 192 | + "classification": "SystemMetaData", |
| 193 | + "purpose": "FeatureInsight", |
| 194 | + "comment": "Array of selected UI components with id and name" |
| 195 | + } |
| 196 | + } |
| 197 | + }, |
| 198 | + "components_search_triggered": { |
| 199 | + "classification": "EndUserPseudonymizedInformation", |
| 200 | + "purpose": "FeatureInsight", |
| 201 | + "comment": "Tracks when component search is triggered via Tab key", |
| 202 | + "properties": { |
| 203 | + "sessionId": { |
| 204 | + "classification": "EndUserPseudonymizedInformation", |
| 205 | + "purpose": "FeatureInsight", |
| 206 | + "comment": "IDE session identifier" |
| 207 | + }, |
| 208 | + "searchQuery": { |
| 209 | + "classification": "EndUserPseudonymizedInformation", |
| 210 | + "purpose": "FeatureInsight", |
| 211 | + "comment": "Search query text (may contain user intent)" |
| 212 | + }, |
| 213 | + "searchQueryLength": { |
| 214 | + "classification": "SystemMetaData", |
| 215 | + "purpose": "FeatureInsight", |
| 216 | + "comment": "Length of search query" |
| 217 | + }, |
| 218 | + "searchIntent": { |
| 219 | + "classification": "SystemMetaData", |
| 220 | + "purpose": "FeatureInsight", |
| 221 | + "comment": "Detected search intent" |
| 222 | + }, |
| 223 | + "selectedDomElementsCount": { |
| 224 | + "classification": "SystemMetaData", |
| 225 | + "purpose": "FeatureInsight", |
| 226 | + "comment": "Number of DOM elements selected" |
| 227 | + }, |
| 228 | + "selectedComponents": { |
| 229 | + "classification": "SystemMetaData", |
| 230 | + "purpose": "FeatureInsight", |
| 231 | + "comment": "Array of selected UI components with id and name" |
| 232 | + } |
| 233 | + } |
| 234 | + }, |
| 235 | + "component_selected": { |
| 236 | + "classification": "EndUserPseudonymizedInformation", |
| 237 | + "purpose": "FeatureInsight", |
| 238 | + "comment": "Tracks when a user selects a UI component from search results", |
| 239 | + "properties": { |
| 240 | + "sessionId": { |
| 241 | + "classification": "EndUserPseudonymizedInformation", |
| 242 | + "purpose": "FeatureInsight", |
| 243 | + "comment": "IDE session identifier" |
| 244 | + }, |
| 245 | + "demoId": { |
| 246 | + "classification": "SystemMetaData", |
| 247 | + "purpose": "FeatureInsight", |
| 248 | + "comment": "Unique identifier of the selected component demo" |
| 249 | + }, |
| 250 | + "demoName": { |
| 251 | + "classification": "SystemMetaData", |
| 252 | + "purpose": "FeatureInsight", |
| 253 | + "comment": "Name of the selected component demo" |
| 254 | + }, |
| 255 | + "componentName": { |
| 256 | + "classification": "SystemMetaData", |
| 257 | + "purpose": "FeatureInsight", |
| 258 | + "comment": "Name of the selected component" |
| 259 | + }, |
| 260 | + "componentDescription": { |
| 261 | + "classification": "SystemMetaData", |
| 262 | + "purpose": "FeatureInsight", |
| 263 | + "comment": "Description of the selected component" |
| 264 | + }, |
| 265 | + "searchQuery": { |
| 266 | + "classification": "EndUserPseudonymizedInformation", |
| 267 | + "purpose": "FeatureInsight", |
| 268 | + "comment": "Search query that led to component selection" |
| 269 | + }, |
| 270 | + "searchQueryLength": { |
| 271 | + "classification": "SystemMetaData", |
| 272 | + "purpose": "FeatureInsight", |
| 273 | + "comment": "Length of search query" |
| 274 | + } |
| 275 | + } |
| 276 | + }, |
| 277 | + "agent_prompt_triggered_with_component": { |
| 278 | + "classification": "EndUserPseudonymizedInformation", |
| 279 | + "purpose": "FeatureInsight", |
| 280 | + "comment": "Tracks when an agent prompt is triggered with UI components selected", |
| 281 | + "properties": { |
| 282 | + "sessionId": { |
| 283 | + "classification": "EndUserPseudonymizedInformation", |
| 284 | + "purpose": "FeatureInsight", |
| 285 | + "comment": "IDE session identifier" |
| 286 | + }, |
| 287 | + "promptText": { |
| 288 | + "classification": "EndUserPseudonymizedInformation", |
| 289 | + "purpose": "FeatureInsight", |
| 290 | + "comment": "The prompt text entered by the user" |
| 291 | + }, |
| 292 | + "componentCount": { |
| 293 | + "classification": "SystemMetaData", |
| 294 | + "purpose": "FeatureInsight", |
| 295 | + "comment": "Number of components selected" |
| 296 | + }, |
| 297 | + "componentIds": { |
| 298 | + "classification": "SystemMetaData", |
| 299 | + "purpose": "FeatureInsight", |
| 300 | + "comment": "Array of component IDs" |
| 301 | + }, |
| 302 | + "selectedDomElementsCount": { |
| 303 | + "classification": "SystemMetaData", |
| 304 | + "purpose": "FeatureInsight", |
| 305 | + "comment": "Number of DOM elements selected" |
| 306 | + }, |
| 307 | + "hasRuntimeError": { |
| 308 | + "classification": "SystemMetaData", |
| 309 | + "purpose": "FeatureInsight", |
| 310 | + "comment": "Whether a runtime error was included" |
| 311 | + }, |
| 312 | + "runtimeError": { |
| 313 | + "classification": "CallstackOrException", |
| 314 | + "purpose": "PerformanceAndHealth", |
| 315 | + "comment": "Runtime error message if included" |
| 316 | + }, |
| 317 | + "promptAction": { |
| 318 | + "classification": "SystemMetaData", |
| 319 | + "purpose": "FeatureInsight", |
| 320 | + "comment": "The action taken with the prompt (send, copy, or both)" |
| 321 | + } |
| 322 | + } |
165 | 323 | } |
166 | 324 | } |
167 | 325 | } |
0 commit comments