Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions integrations/analytics/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
| `docs.feedback.thumbs_up` | User clicks the positive feedback button. |
| `docs.feedback.thumbs_down` | User clicks the negative feedback button. |

### AI assistant
### Assistant and agent

| Event name | Description |
| :-------------------------------------- | :-------------------------------------------------------------------------------------------------------- |
Expand All @@ -681,8 +681,13 @@
| `docs.assistant.suggestion_click` | User clicks a suggested question. |
| `docs.assistant.ask_ai_on_text_selection` | User selects text and clicks "Ask AI." |
| `docs.assistant.shared` | User shares a chat conversation. |
| `docs.assistant.thumbs_up` | User clicks the positive feedback button on an assistant response. |
| `docs.assistant.thumbs_down` | User clicks the negative feedback button on an assistant response. |
| `docs.assistant.spam_detected` | The assistant detects spam in a user message. |
| `docs.autopilot.suggestion.created` | The agent creates a documentation suggestion. |
| `docs.autopilot.suggestion.no_suggestion` | The agent determines no documentation update is needed. |

Check warning on line 688 in integrations/analytics/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

integrations/analytics/overview.mdx#L688

In general, use active voice instead of passive voice ('is needed').

### Context menu
### Contextual menu

| Event name | Description |
| :-------------------------------------- | :-------------------------------------------------------------------------------------------------------- |
Expand Down