-
Notifications
You must be signed in to change notification settings - Fork 178
10/15 ref work #917
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
10/15 ref work #917
Conversation
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 updates model references and standardizes naming conventions across documentation. The changes primarily focus on updating the Anthropic Claude model name from claude-3-5-sonnet-latest
to claude-sonnet-4-5-20250929
and renaming the llm
variable to model
for consistency. Additionally, integration documentation links are clarified by adding "chat model" to their descriptions.
- Updates Anthropic model identifier from
claude-3-5-sonnet-latest
toclaude-sonnet-4-5-20250929
across multiple files - Renames variable
llm
tomodel
throughout code snippets for consistency - Clarifies integration documentation links by specifying "chat model integration docs"
- Adds documentation about model parameters and Mintlify CLI updates
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/snippets/chat-model-tabs.mdx | Updates model variable names, Anthropic model version, and clarifies integration doc links |
src/snippets/chat-model-tabs-js.mdx | Updates model variable names, Anthropic model version, and clarifies integration doc links for JavaScript |
src/oss/python/integrations/chat/anthropic.mdx | Updates Anthropic model version in web search tool example |
src/oss/langgraph/workflows-agents.mdx | Updates Anthropic model version for both Python and JavaScript examples |
src/oss/langgraph/use-time-travel.mdx | Updates Anthropic model version in TypeScript example |
src/oss/langgraph/use-functional-api.mdx | Updates Anthropic model version in both Python and TypeScript examples |
src/oss/langgraph/thinking-in-langgraph.mdx | Updates Anthropic model version in TypeScript example |
src/oss/langchain/models.mdx | Updates model references, adds parameter documentation, and updates tool binding documentation |
README.md | Adds troubleshooting section for Mintlify CLI updates |
Preview ID generated: preview-mdrxy1-1760541770-7faf46d |
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 80 out of 81 changed files in this pull request and generated no new comments.
Preview ID generated: preview-mdrxy1-1760568541-43db58d |
No description provided.