Skip to content

Commit 9d76772

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent 6fa086d commit 9d76772

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/tracking-plan.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Generated on Fri, Sep 19, 2025
131131
- [Assistant Prompt Submitted](#event--AssistantPromptSubmittedEvent)
132132
- [Assistant Response Failed](#event--AssistantResponseFailedEvent)
133133
- [Assistant Entry Point Used](#event--AssistantEntryPointUsedEvent)
134+
- [Assistant Confirmation Submitted](#event--AssistantConfirmationSubmittedEvent)
134135
- [AI Opt In Modal Shown](#event--AiOptInModalShownEvent)
135136
- [AI Opt In Modal Dismissed](#event--AiOptInModalDismissedEvent)
136137
- [AI Generate Query Clicked](#event--AiGenerateQueryClickedEvent)
@@ -631,6 +632,7 @@ This event is fired when a user submits feedback for the assistant.
631632
- **feedback** (required): `"positive" | "negative"`
632633
- **text** (optional): `string | undefined`
633634
- **request_id** (required): `string | null`
635+
- **source** (required): `"explain plan" | "performance insights" | "connection error" | "chat response"`
634636
- **is_compass_web** (optional): `true | undefined`
635637

636638
## Atlas
@@ -1469,6 +1471,18 @@ This event is fired when a user uses an assistant entry point.
14691471
- **source** (required): `"explain plan" | "performance insights" | "connection error"`
14701472
- **is_compass_web** (optional): `true | undefined`
14711473

1474+
<a name="event--AssistantConfirmationSubmittedEvent"></a>
1475+
1476+
### Assistant Confirmation Submitted
1477+
1478+
This event is fired when a user confirms a confirmation message in the assistant chat.
1479+
1480+
**Properties**:
1481+
1482+
- **status** (required): `"confirmed" | "rejected"`
1483+
- **source** (required): `"explain plan" | "performance insights" | "connection error" | "chat response"`
1484+
- **is_compass_web** (optional): `true | undefined`
1485+
14721486
<a name="event--AiOptInModalShownEvent"></a>
14731487

14741488
### AI Opt In Modal Shown

0 commit comments

Comments
 (0)