[PR #2084] [MERGED] fix: tool docs (DOC-483) #2114

Closed
opened 2026-02-17 17:23:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2084
Author: @mdrxy
Created: 1/5/2026
Status: Merged
Merged: 2/4/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/tool-docs-improvements


📝 Commits (10+)

  • 205037d fix: integrations Tool imports from core
  • 4b861a1 tools page
  • 78ffddc add PostgresStore to link_map
  • e131fdf content
  • 7b0cdf5 refine refs
  • e12796c .
  • a9cf357 Apply suggestions from code review
  • 20efa33 Merge branch 'main' into mdrxy/tool-docs-improvements
  • 8fe7213 Merge branch 'main' into mdrxy/tool-docs-improvements
  • 705a39b Merge branch 'main' into mdrxy/tool-docs-improvements

📊 Changes

12 files changed (+320 additions, -152 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+2 -0)
📝 reference/python/docs/langgraph/agents.md (+8 -7)
📝 src/oss/langchain/tools.mdx (+233 -73)
📝 src/oss/python/integrations/llms/bittensor.mdx (+7 -7)
📝 src/oss/python/integrations/tools/dataforseo.mdx (+14 -12)
📝 src/oss/python/integrations/tools/fmp-data.mdx (+2 -2)
📝 src/oss/python/integrations/tools/google_search.mdx (+17 -22)
📝 src/oss/python/integrations/tools/google_serper.mdx (+10 -8)
📝 src/oss/python/integrations/tools/python.mdx (+12 -6)
📝 src/oss/python/integrations/tools/reddit_search.mdx (+0 -1)
📝 src/oss/python/integrations/tools/searchapi.mdx (+10 -8)
📝 src/oss/python/integrations/tools/serpapi.mdx (+5 -6)

📄 Description

Closes #2066, DOC-483


🔄 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/2084 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 1/5/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/tool-docs-improvements` --- ### 📝 Commits (10+) - [`205037d`](https://github.com/langchain-ai/docs/commit/205037d5ed13d145e36a7b80e7436283407f8db1) fix: integrations `Tool` imports from core - [`4b861a1`](https://github.com/langchain-ai/docs/commit/4b861a192a5e5b758451b5a1b9567bb5c66ebba5) tools page - [`78ffddc`](https://github.com/langchain-ai/docs/commit/78ffddc32671b14706cc2af2dd5fabe362c028c4) add `PostgresStore` to `link_map` - [`e131fdf`](https://github.com/langchain-ai/docs/commit/e131fdf66ee1384c149893efc73783131fb5234d) content - [`7b0cdf5`](https://github.com/langchain-ai/docs/commit/7b0cdf5b762c15abccf7609c7fb012b4fe5be164) refine refs - [`e12796c`](https://github.com/langchain-ai/docs/commit/e12796ce9555d5ec7170be2ffd833a418ad212a7) . - [`a9cf357`](https://github.com/langchain-ai/docs/commit/a9cf35794db03f459b7bcf34569f23dd06ff3ed0) Apply suggestions from code review - [`20efa33`](https://github.com/langchain-ai/docs/commit/20efa33a129070a7951488d9af42164f2f2376e9) Merge branch 'main' into mdrxy/tool-docs-improvements - [`8fe7213`](https://github.com/langchain-ai/docs/commit/8fe72137e36420eac0fe5dc42cef3096ed10d409) Merge branch 'main' into mdrxy/tool-docs-improvements - [`705a39b`](https://github.com/langchain-ai/docs/commit/705a39b06a8c711a70ff650de2a896d5f2607850) Merge branch 'main' into mdrxy/tool-docs-improvements ### 📊 Changes **12 files changed** (+320 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+2 -0) 📝 `reference/python/docs/langgraph/agents.md` (+8 -7) 📝 `src/oss/langchain/tools.mdx` (+233 -73) 📝 `src/oss/python/integrations/llms/bittensor.mdx` (+7 -7) 📝 `src/oss/python/integrations/tools/dataforseo.mdx` (+14 -12) 📝 `src/oss/python/integrations/tools/fmp-data.mdx` (+2 -2) 📝 `src/oss/python/integrations/tools/google_search.mdx` (+17 -22) 📝 `src/oss/python/integrations/tools/google_serper.mdx` (+10 -8) 📝 `src/oss/python/integrations/tools/python.mdx` (+12 -6) 📝 `src/oss/python/integrations/tools/reddit_search.mdx` (+0 -1) 📝 `src/oss/python/integrations/tools/searchapi.mdx` (+10 -8) 📝 `src/oss/python/integrations/tools/serpapi.mdx` (+5 -6) </details> ### 📄 Description Closes #2066, DOC-483 --- <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:23:04 -05:00
yindo closed this issue 2026-02-17 17:23:04 -05:00
yindo changed title from [PR #2084] fix: tool docs (DOC-483) to [PR #2084] [MERGED] fix: tool docs (DOC-483) 2026-06-05 18:16:44 -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#2114