Skip to content

Commit e4b56be

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent 4eec636 commit e4b56be

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

docs/tracking-plan.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Generated on Fri, Aug 29, 2025
3636
- [Focus Mode Opened](#event--FocusModeOpenedEvent)
3737
- [View Updated](#event--ViewUpdatedEvent)
3838

39+
### Assistant
40+
41+
- [Assistant Feedback Submitted](#event--AssistantFeedbackSubmittedEvent)
42+
3943
### Atlas
4044

4145
- [Atlas Sign In Error](#event--AtlasSignInErrorEvent)
@@ -124,6 +128,9 @@ Generated on Fri, Aug 29, 2025
124128

125129
### Gen AI
126130

131+
- [Assistant Prompt Submitted](#event--AssistantPromptSubmittedEvent)
132+
- [Assistant Response Failed](#event--AssistantResponseFailedEvent)
133+
- [Assistant Entry Point Used](#event--AssistantEntryPointUsedEvent)
127134
- [AI Opt In Modal Shown](#event--AiOptInModalShownEvent)
128135
- [AI Opt In Modal Dismissed](#event--AiOptInModalDismissedEvent)
129136
- [AI Sign In Modal Shown](#event--AiSignInModalShownEvent)
@@ -613,6 +620,21 @@ builder.
613620
- **connection_id** (optional): `string | undefined`
614621
- The id of the connection associated to this event.
615622

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+
616638
## Atlas
617639

618640
<a name="event--AtlasSignInErrorEvent"></a>
@@ -1413,6 +1435,40 @@ the query results.
14131435

14141436
## Gen AI
14151437

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+
14161472
<a name="event--AiOptInModalShownEvent"></a>
14171473

14181474
### AI Opt In Modal Shown

0 commit comments

Comments
 (0)