[PR #1357] [MERGED] fix(docs): update module import for ToolNode in sql-agent.mdx #1497

Closed
opened 2026-02-17 17:22:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1357
Author: @Deoshun
Created: 11/10/2025
Status: Merged
Merged: 11/13/2025
Merged by: @lnhsingh

Base: mainHead: patch-2


📝 Commits (2)

  • 2e45f82 fix(docs): update module import for ToolNode in sql-agent.mdx
  • 0206252 fix(docs): update module import order in sql-agent.mdx

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/oss/langgraph/sql-agent.mdx (+1 -1)

📄 Description

Overview

update module import for ToolNode in sql-agent.mdx langgraph tutorial

Type of change

Type: Update existing documentation

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

The code needed a update to run due to an error importing ToolNode

Following guideline for quick edit


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1357 **Author:** [@Deoshun](https://github.com/Deoshun) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`2e45f82`](https://github.com/langchain-ai/docs/commit/2e45f82abbb8cb029b89ad46548fae6e94b6bc2b) fix(docs): update module import for ToolNode in sql-agent.mdx - [`0206252`](https://github.com/langchain-ai/docs/commit/020625288d36623f1c3e7888e02f1578fa6baa2e) fix(docs): update module import order in sql-agent.mdx ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/sql-agent.mdx` (+1 -1) </details> ### 📄 Description ## Overview update module import for ToolNode in sql-agent.mdx langgraph tutorial ## Type of change **Type:** Update existing documentation ## Related issues/PRs ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> The code needed a update to run due to an error importing [ToolNode](https://reference.langchain.com/python/langgraph/agents/?h=toolnode#langgraph.prebuilt.tool_node.ToolNode) Following [guideline for quick edit](https://docs.langchain.com/oss/python/contributing/documentation#quick-edit%3A-fix-a-typo) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:25 -05:00
yindo closed this issue 2026-02-17 17:22:25 -05:00
yindo changed title from [PR #1357] fix(docs): update module import for ToolNode in sql-agent.mdx to [PR #1357] [MERGED] fix(docs): update module import for ToolNode in sql-agent.mdx 2026-06-05 18:12:58 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1497