[PR #1761] [MERGED] feat(openai): add docs for OpenAI native tools #1825

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

📋 Pull Request Information

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

Base: cb/anthropic-toolsHead: cb/openai-tools


📝 Commits (2)

  • 69318cc feat(openai): add docs for tools
  • a1daad7 fix unneeded type imports

📊 Changes

3 files changed (+596 additions, -27 deletions)

View changed files

📝 src/docs.json (+2 -1)
📝 src/oss/javascript/integrations/tools/anthropic.mdx (+10 -26)
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%2Fopenai+ is shipped.

Screenshot 2025-12-05 at 4 54 58 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/1761 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 12/5/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `cb/anthropic-tools` ← **Head:** `cb/openai-tools` --- ### 📝 Commits (2) - [`69318cc`](https://github.com/langchain-ai/docs/commit/69318cc38c7ae1c8084791c9c5881c8dcf46131d) feat(openai): add docs for tools - [`a1daad7`](https://github.com/langchain-ai/docs/commit/a1daad72a7de6076d055cbb95d961d56e60c0005) fix unneeded type imports ### 📊 Changes **3 files changed** (+596 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) 📝 `src/oss/javascript/integrations/tools/anthropic.mdx` (+10 -26) ➕ `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%2Fopenai+ is shipped. <img width="1520" height="1093" alt="Screenshot 2025-12-05 at 4 54 58 PM" src="https://github.com/user-attachments/assets/c4a11ba3-b57b-4add-b229-1277957eb94b" /> --- <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:46 -05:00
yindo closed this issue 2026-02-17 17:22:46 -05:00
yindo changed title from [PR #1761] feat(openai): add docs for OpenAI native tools to [PR #1761] [MERGED] feat(openai): add docs for OpenAI native tools 2026-06-05 18:15:07 -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#1825