@@ -36,6 +36,10 @@ Generated on Fri, Aug 29, 2025
36
36
- [ Focus Mode Opened] ( #event--FocusModeOpenedEvent )
37
37
- [ View Updated] ( #event--ViewUpdatedEvent )
38
38
39
+ ### Assistant
40
+
41
+ - [ Assistant Feedback Submitted] ( #event--AssistantFeedbackSubmittedEvent )
42
+
39
43
### Atlas
40
44
41
45
- [ Atlas Sign In Error] ( #event--AtlasSignInErrorEvent )
@@ -124,6 +128,9 @@ Generated on Fri, Aug 29, 2025
124
128
125
129
### Gen AI
126
130
131
+ - [ Assistant Prompt Submitted] ( #event--AssistantPromptSubmittedEvent )
132
+ - [ Assistant Response Failed] ( #event--AssistantResponseFailedEvent )
133
+ - [ Assistant Entry Point Used] ( #event--AssistantEntryPointUsedEvent )
127
134
- [ AI Opt In Modal Shown] ( #event--AiOptInModalShownEvent )
128
135
- [ AI Opt In Modal Dismissed] ( #event--AiOptInModalDismissedEvent )
129
136
- [ AI Sign In Modal Shown] ( #event--AiSignInModalShownEvent )
@@ -613,6 +620,21 @@ builder.
613
620
- ** connection_id** (optional): ` string | undefined `
614
621
- The id of the connection associated to this event.
615
622
623
+ ## Assistant
624
+
625
+ <a name =" event--AssistantFeedbackSubmittedEvent " ></a >
626
+
627
+ ### Assistant Feedback Submitted
628
+
629
+ This event is fired when a user submits feedback for the assistant.
630
+
631
+ ** Properties** :
632
+
633
+ - ** feedback** (required): ` "positive" | "negative" `
634
+ - ** text** (optional): ` string | undefined `
635
+ - ** request_id** (required): ` string | null `
636
+ - ** is_compass_web** (optional): ` true | undefined `
637
+
616
638
## Atlas
617
639
618
640
<a name =" event--AtlasSignInErrorEvent " ></a >
@@ -1413,6 +1435,40 @@ the query results.
1413
1435
1414
1436
## Gen AI
1415
1437
1438
+ <a name =" event--AssistantPromptSubmittedEvent " ></a >
1439
+
1440
+ ### Assistant Prompt Submitted
1441
+
1442
+ This event is fired when user enters a prompt in the assistant chat
1443
+ and hits "enter".
1444
+
1445
+ ** Properties** :
1446
+
1447
+ - ** user_input_length** (optional): ` number | undefined `
1448
+ - ** is_compass_web** (optional): ` true | undefined `
1449
+
1450
+ <a name =" event--AssistantResponseFailedEvent " ></a >
1451
+
1452
+ ### Assistant Response Failed
1453
+
1454
+ This event is fired when the AI response encounters an error.
1455
+
1456
+ ** Properties** :
1457
+
1458
+ - ** error_name** (optional): ` string | undefined `
1459
+ - ** is_compass_web** (optional): ` true | undefined `
1460
+
1461
+ <a name =" event--AssistantEntryPointUsedEvent " ></a >
1462
+
1463
+ ### Assistant Entry Point Used
1464
+
1465
+ This event is fired when a user uses an assistant entry point.
1466
+
1467
+ ** Properties** :
1468
+
1469
+ - ** source** (required): ` "explain plan" | "performance insights" | "connection error" `
1470
+ - ** is_compass_web** (optional): ` true | undefined `
1471
+
1416
1472
<a name =" event--AiOptInModalShownEvent " ></a >
1417
1473
1418
1474
### AI Opt In Modal Shown
0 commit comments