[PR #1645] [MERGED] oss(py): use extras for Anthropic tool examples #1725

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1645
Author: @mdrxy
Created: 11/27/2025
Status: Merged
Merged: 12/9/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/tool-extras


📝 Commits (8)

  • 772569d oss(py): document anthropic tool search
  • 3db7712 oss(py): use extras for Anthropic tool examples
  • de92242 .
  • ef184d8 Merge main into mdrxy/tool-extras
  • cddacc2 Merge branch 'main' into mdrxy/tool-extras
  • 5aab288 Merge branch 'main' into mdrxy/tool-extras
  • e6a686b updates
  • 43d77e1 Merge branch 'main' into mdrxy/tool-extras

📊 Changes

6 files changed (+747 additions, -276 deletions)

View changed files

📝 AGENTS.md (+1 -0)
📝 CLAUDE.md (+101 -1)
📝 src/oss/integrations/splitters/index.mdx (+37 -0)
📝 src/oss/python/integrations/chat/anthropic.mdx (+595 -272)
📝 src/oss/python/integrations/chat/google_generative_ai.mdx (+8 -0)
📝 src/oss/python/integrations/providers/anthropic.mdx (+5 -3)

📄 Description

depends on https://github.com/langchain-ai/langchain/pull/34120


🔄 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/1645 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/tool-extras` --- ### 📝 Commits (8) - [`772569d`](https://github.com/langchain-ai/docs/commit/772569d9e07228a827ac4b5bf03ab4f347b36e4f) oss(py): document anthropic tool search - [`3db7712`](https://github.com/langchain-ai/docs/commit/3db7712697b51fe700e4bbf81d15e3c298090b04) oss(py): use `extras` for Anthropic tool examples - [`de92242`](https://github.com/langchain-ai/docs/commit/de92242ff44247054f6d4c36b3c945f358542465) . - [`ef184d8`](https://github.com/langchain-ai/docs/commit/ef184d8eda40db569b769cc9ab1b1fd9c93a6e14) Merge main into mdrxy/tool-extras - [`cddacc2`](https://github.com/langchain-ai/docs/commit/cddacc296f151f4c088795cca85c2bc15b818955) Merge branch 'main' into mdrxy/tool-extras - [`5aab288`](https://github.com/langchain-ai/docs/commit/5aab288999cc75a1eee541d83b0533954e1d1ff5) Merge branch 'main' into mdrxy/tool-extras - [`e6a686b`](https://github.com/langchain-ai/docs/commit/e6a686becac8c8df8ebcb5ba7314891478321212) updates - [`43d77e1`](https://github.com/langchain-ai/docs/commit/43d77e1d424c7c9c5ddbc920374bed75884af4ca) Merge branch 'main' into mdrxy/tool-extras ### 📊 Changes **6 files changed** (+747 additions, -276 deletions) <details> <summary>View changed files</summary> 📝 `AGENTS.md` (+1 -0) 📝 `CLAUDE.md` (+101 -1) 📝 `src/oss/integrations/splitters/index.mdx` (+37 -0) 📝 `src/oss/python/integrations/chat/anthropic.mdx` (+595 -272) 📝 `src/oss/python/integrations/chat/google_generative_ai.mdx` (+8 -0) 📝 `src/oss/python/integrations/providers/anthropic.mdx` (+5 -3) </details> ### 📄 Description depends on https://github.com/langchain-ai/langchain/pull/34120 --- <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:40 -05:00
yindo closed this issue 2026-02-17 17:22:40 -05:00
yindo changed title from [PR #1645] oss(py): use `extras` for Anthropic tool examples to [PR #1645] [MERGED] oss(py): use `extras` for Anthropic tool examples 2026-06-05 18:14:37 -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#1725