File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ All tracked events use the `docs.` prefix.
671671| ` docs.feedback.thumbs_up ` | User clicks the positive feedback button. |
672672| ` docs.feedback.thumbs_down ` | User clicks the negative feedback button. |
673673
674- ### AI assistant
674+ ### Assistant and agent
675675
676676| Event name | Description |
677677| :-------------------------------------- | :-------------------------------------------------------------------------------------------------------- |
@@ -681,8 +681,13 @@ All tracked events use the `docs.` prefix.
681681| ` docs.assistant.suggestion_click ` | User clicks a suggested question. |
682682| ` docs.assistant.ask_ai_on_text_selection ` | User selects text and clicks "Ask AI." |
683683| ` docs.assistant.shared ` | User shares a chat conversation. |
684+ | ` docs.assistant.thumbs_up ` | User clicks the positive feedback button on an assistant response. |
685+ | ` docs.assistant.thumbs_down ` | User clicks the negative feedback button on an assistant response. |
686+ | ` docs.assistant.spam_detected ` | The assistant detects spam in a user message. |
687+ | ` docs.autopilot.suggestion.created ` | The agent creates a documentation suggestion. |
688+ | ` docs.autopilot.suggestion.no_suggestion ` | The agent determines no documentation update is needed. |
684689
685- ### Context menu
690+ ### Contextual menu
686691
687692| Event name | Description |
688693| :-------------------------------------- | :-------------------------------------------------------------------------------------------------------- |
You can’t perform that action at this time.
0 commit comments