-
Notifications
You must be signed in to change notification settings - Fork 663
chore: add docs on custom output rendering #1208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Mintlify preview ID generated: preview-LS5480-1761869773-7018df5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for the custom output rendering feature in LangSmith. This feature allows users to visualize experiment outputs using custom HTML pages instead of the default JSON format.
Key changes:
- New documentation page explaining custom output rendering with prerequisites, configuration steps, and implementation examples
- Integration of the new page into the navigation structure under the Datasets section in the Evaluation tab
Reviewed Changes
Copilot reviewed 2 out of 7 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/langsmith/custom-output-rendering.mdx | Adds complete documentation for custom output rendering, including UI and API configuration methods, message format specification, example implementation, and usage context |
| src/docs.json | Adds the new custom-output-rendering page to the Datasets section navigation |
katmayb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, couple of suggestions/nits for you to consider. Thanks!
|
|
||
| ### Example implementation | ||
|
|
||
| Here's a minimal example that displays all received messages: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a suggestion, but is there anything you want to explain / describe in the example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! Nice catch.
Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
|
Mintlify preview ID generated: preview-LS5480-1761928762-7dab837 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 7 changed files in this pull request and generated 2 comments.
Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
This reverts commit 3a3fdcc.
|
Mintlify preview ID generated: preview-LS5480-1761928994-c66f12d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 7 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
src/langsmith/custom-output-rendering.mdx:1
- The step numbering is inconsistent. Step 4 mentions "Toggle ... to on" and step 5 says "Enter the webpage URL", but the modal image shows these are likely part of the same action or the URL field appears when toggling is enabled. Consider revising to clarify the sequential relationship or combine these steps if they occur simultaneously.
---
|
Mintlify preview ID generated: preview-LS5480-1761929086-25db1ae |
|
Mintlify preview ID generated: preview-LS5480-1761929937-b1c0f6b |
Overview
adds documentation on custom output rendering
Type of change
Type: New documentation page
Related issues/PRs
Checklist
docs devsrc/docs.jsonif neededAdditional notes