-
Notifications
You must be signed in to change notification settings - Fork 506
oss: errors + more #1174
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
oss: errors + more #1174
Conversation
|
Mintlify preview ID generated: preview-mdrxy1-1761706831-7ccf569 |
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 pull request standardizes capitalization across the documentation to follow sentence-case style guidelines. It also adds several new LangChain error documentation pages and updates navigation structure.
- Standardizes heading and section title capitalization from Title Case to sentence case throughout documentation
- Adds new error documentation pages for common LangChain errors (MODEL_AUTHENTICATION, MODEL_NOT_FOUND, MODEL_RATE_LIMIT, etc.)
- Updates navigation in docs.json to include new error pages and reorganizes error section structure
- Fixes URL reference for LangGraph JavaScript API documentation
- Removes extraneous blank lines in several error documentation files
- Updates redirects in docs.json for new error page locations
Reviewed Changes
Copilot reviewed 67 out of 68 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/oss/reference/overview.mdx | Corrects LangGraph JavaScript API reference URL |
| src/oss/common-errors.mdx | Adds new LangChain error types and updates description |
| src/oss/python/integrations/vectorstores/*.mdx | Standardizes heading capitalization to sentence case |
| src/oss/python/integrations/tools/*.mdx | Standardizes heading capitalization to sentence case |
| src/oss/python/integrations/providers/*.mdx | Standardizes heading capitalization to sentence case |
| src/oss/langgraph/*.mdx | Standardizes heading capitalization to sentence case |
| src/oss/langgraph/errors/*.mdx | Removes extra blank lines and fixes indentation |
| src/oss/langchain/errors/*.mdx | Adds new error documentation pages |
| src/langsmith/*.mdx | Standardizes heading and section title capitalization |
| src/docs.json | Updates navigation structure and adds redirects for error pages |
| reference/python/uv.lock | Updates dependency commit hashes |
| reference/python/docs/langchain_core/output_parsers.md | Refactors output parser documentation structure |
| pipeline/preprocessors/link_map.py | Adds MessageLikeRepresentation to link mapping |
|
Mintlify preview ID generated: preview-mdrxy1-1761707091-df59457 |
langsmithREST API in ref homepagelangchainerror code refs