docs(langsmith): document watching issues in Engine#4768
Draft
bentanny wants to merge 6 commits into
Draft
Conversation
Adds a "Watch an issue" section covering the Watch toggle, the Slack-alert shortcut, and the new-traces alert banner. Also updates the Fix workflow docs to mention the PR link/branch shown in step one and the Mark as Resolved / Discard Fix shortcuts.
The previous pass kept old flat action descriptions (a standalone "Resolve" button, "Open a pull request" as its own top-level action) that no longer match the redesigned toolbar. Reorganize "Take action on an issue" around the three actual toolbar buttons — Fix, Watch, Close — with Open PR / Add offline examples / Create an evaluator folded in as the three steps of the Fix panel, and Resolve/Ignore/ Reopen folded into the Close menu. Anchor text for cross-referenced headings (Open a pull request, Add offline examples, Create an evaluator) is unchanged so existing links elsewhere still resolve.
- Shorten the "Take action on an issue" intro to a single line - Drop the regression-monitor/Create an evaluator step from Fix and the top CardGroup — evaluator creation isn't unique to Fix - Remove the Suggested Evaluator paragraph from Review an issue
Reframe each action around what it accomplishes (ship and test a fix, monitor without closing, record an outcome) instead of narrating the click path (open this panel, click this button to open that dialog).
Contributor
|
Mintlify preview branch generated: Site preview: https://langchain-5e9cc07a-preview-tannyh-1783459326-edf94ac.mintlify.app Important Preview links may take a few minutes to start working while the deployment finishes. Changed documentation pages (preview deep links): |
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
engine.mdxcovering: the Watch toggle, the "Alert me via Slack" shortcut (deep-links to Notifications settings), and the alert banner shown when new traces link to a watched issue.Context
Based on frontend work in langchain-ai/langchainplus#28777 (issue board detail panel redesign — Watch/Fix panel UX, PR-aware Fix step, alert banner). That PR is not yet merged to
main— this docs PR is drafted in parallel per request; hold until #28777 lands (or confirm behavior is final) before merging.Test plan
make lint_md/make broken-links(not run locally — markdownlint not installed in this environment)