Update agent feedback docs to reflect manual prompting#5789
Open
mintlify[bot] wants to merge 1 commit into
Open
Update agent feedback docs to reflect manual prompting#5789mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Generated-By: mintlify-agent
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The agent feedback feature no longer auto-injects an
<AgentInstructions>block into Markdown exports. The dashboard toggle, the/feedbackendpoint, and historical agent feedback in the analytics dashboard remain unchanged.This PR updates the docs to:
<AgentInstructions>block to Markdown exports./feedbackendpoint and JSON payload format in their own instructions or system prompts.Updates applied to the English pages and to the
zh,fr, andestranslations:optimize/feedback.mdxai/markdown-export.mdxSource PR
Pairs with mintlify/mint#7701, which stops emitting the feedback instruction block in docs page
.mdresponses.Note
Low Risk
Low risk documentation-only change that updates guidance around how agent feedback is prompted/submitted; no product behavior or APIs are modified.
Overview
Updates agent feedback documentation to remove references to Mintlify auto-injecting an
<AgentInstructions>block into Markdown exports, and instead instructs users to manually prompt agents toPOSTfeedback to/feedback.Adds a concrete example prompt/payload for submitting feedback in
optimize/feedback.mdx, and mirrors the same guidance acrossai/markdown-export.mdxand thees/fr/zhtranslations.Reviewed by Cursor Bugbot for commit 82508c8. Bugbot is set up for automated code reviews on this repo. Configure here.