[PR #1731] [MERGED] feat(langchain): add docs on Anthropic native tools #1800

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1731
Author: @christian-bromann
Created: 12/3/2025
Status: Merged
Merged: 12/12/2025
Merged by: @christian-bromann

Base: mainHead: cb/anthropic-tools


📝 Commits (3)

  • 319b450 feat(langchain): add docs on Anthropic native tools
  • c0b5311 cr
  • 93e063e feat(openai): add docs for OpenAI native tools (#1761)

📊 Changes

3 files changed (+1202 additions, -2 deletions)

View changed files

📝 src/docs.json (+4 -2)
src/oss/javascript/integrations/tools/anthropic.mdx (+614 -0)
src/oss/javascript/integrations/tools/openai.mdx (+584 -0)

📄 Description

This patch adds documentation on new Anthropic built-in tools. Merge after https://github.com/langchain-ai/langchainjs/pulls?q=is%3Aopen+is%3Apr+author%3Achristian-bromann+label%3Av1.2+label%3Apkg%3A%40langchain%2Fanthropic is shipped.

Screenshot 2025-12-03 at 1 04 23 PM

🔄 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/1731 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 12/3/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/anthropic-tools` --- ### 📝 Commits (3) - [`319b450`](https://github.com/langchain-ai/docs/commit/319b450aa6cd81e96b3555c2940a70a98f735bcb) feat(langchain): add docs on Anthropic native tools - [`c0b5311`](https://github.com/langchain-ai/docs/commit/c0b5311f3bf87e091e4e54e39779a9196ab57cdc) cr - [`93e063e`](https://github.com/langchain-ai/docs/commit/93e063e639dc1631ace9ee38dcf46c57fe391ec7) feat(openai): add docs for OpenAI native tools (#1761) ### 📊 Changes **3 files changed** (+1202 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+4 -2) ➕ `src/oss/javascript/integrations/tools/anthropic.mdx` (+614 -0) ➕ `src/oss/javascript/integrations/tools/openai.mdx` (+584 -0) </details> ### 📄 Description This patch adds documentation on new Anthropic built-in tools. Merge after https://github.com/langchain-ai/langchainjs/pulls?q=is%3Aopen+is%3Apr+author%3Achristian-bromann+label%3Av1.2+label%3Apkg%3A%40langchain%2Fanthropic is shipped. <img width="1584" height="1016" alt="Screenshot 2025-12-03 at 1 04 23 PM" src="https://github.com/user-attachments/assets/4aac02ac-a71b-4e69-8188-919e66592f96" /> --- <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:44 -05:00
yindo closed this issue 2026-02-17 17:22:44 -05:00
yindo changed title from [PR #1731] feat(langchain): add docs on Anthropic native tools to [PR #1731] [MERGED] feat(langchain): add docs on Anthropic native tools 2026-06-05 18:14:59 -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#1800