Skip to content

Update from code changes: document assistant feedback field - #7400

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/0a28d486
Open

mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/0a28d486

Conversation

@mintlify

@mintlify mintlify Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Assistant analytics exports now include a feedback field that records the user's thumbs rating on each assistant response. The CSV export adds a trailing feedback column with positive, negative, or empty, and the GET /v1/analytics/{projectId}/assistant conversations response adds the same field as "positive", "negative", or null. When a user regenerates an answer and rates it again, the latest rating is used. Triggered by https://github.com/mintlify/server/pull/8250.

Changes

  • analytics/export.mdx: Added feedback column to the assistant exports section.
  • api/analytics/assistant-conversations.mdx: Added feedback field to the conversation data list.
  • analytics.openapi.json: Added feedback property to AssistantConversationsResponse.
  • Mirrored all updates in the es, fr, and zh translations.

Note

Low Risk
Documentation-only updates to describe an additive analytics field; no runtime code changes in this repo.

Overview
Documents a new feedback field on assistant analytics so CSV exports and the assistant conversations API match the backend change from server PR 8250.

OpenAPI (analytics.openapi.json and es/fr/zh copies): each conversation row now includes required feedback"positive", "negative", or null — for the user’s thumbs rating on that turn, with the latest rating used after regenerate-and-rate.

Docs: analytics/export.mdx adds a feedback column explanation alongside resolutionStatus; api/analytics/assistant-conversations.mdx lists the same field on each row. Translated MDX and OpenAPI strings mirror the English content.

Reviewed by Cursor Bugbot for commit ed00e28. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify

mintlify Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
mintlify 🟢 Ready View Preview Sep 17, 2026, 5:03 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants