[PR #793] [MERGED] oss openai py ref pass #1025

Closed
opened 2026-02-17 17:21:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/793
Author: @mdrxy
Created: 10/8/2025
Status: Merged
Merged: 10/8/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/openai-ref-pass


📝 Commits (5)

📊 Changes

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

View changed files

📝 pipeline/preprocessors/link_map.py (+9 -0)
📝 reference/python/README.md (+9 -4)
📝 reference/python/docs/integrations/index.md (+1 -1)
reference/python/docs/integrations/langchain_openai.md (+0 -7)
reference/python/docs/integrations/langchain_openai/ChatOpenAI.md (+7 -0)
reference/python/docs/integrations/langchain_openai/index.md (+7 -0)
📝 reference/python/mkdocs.yml (+74 -30)
📝 reference/python/pyproject.dev.toml (+13 -10)
📝 reference/python/uv.lock (+151 -132)
📝 src/oss/python/integrations/chat/openai.mdx (+33 -26)
📝 src/oss/python/integrations/providers/openai.mdx (+60 -109)
📝 src/oss/python/integrations/providers/overview.mdx (+1 -1)

📄 Description

No description provided


🔄 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/793 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/8/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/openai-ref-pass` --- ### 📝 Commits (5) - [`bd38af4`](https://github.com/langchain-ai/docs/commit/bd38af4b49122e7895d345550a77d3e14a5a7a54) openai updates - [`001bf37`](https://github.com/langchain-ai/docs/commit/001bf370cf8b6927200e6e798233ec37ad9f2afa) add todos - [`b5f032d`](https://github.com/langchain-ai/docs/commit/b5f032dd7226cefe9ccf484ff44e671f01842710) cfg - [`d071420`](https://github.com/langchain-ai/docs/commit/d0714202d154152df9177d32467d8479aa1f0506) infra - [`560852b`](https://github.com/langchain-ai/docs/commit/560852bc75bd2c222fe61de7b403cf78020a5d7e) Merge branch 'main' into mdrxy/openai-ref-pass ### 📊 Changes **12 files changed** (+365 additions, -320 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+9 -0) 📝 `reference/python/README.md` (+9 -4) 📝 `reference/python/docs/integrations/index.md` (+1 -1) ➖ `reference/python/docs/integrations/langchain_openai.md` (+0 -7) ➕ `reference/python/docs/integrations/langchain_openai/ChatOpenAI.md` (+7 -0) ➕ `reference/python/docs/integrations/langchain_openai/index.md` (+7 -0) 📝 `reference/python/mkdocs.yml` (+74 -30) 📝 `reference/python/pyproject.dev.toml` (+13 -10) 📝 `reference/python/uv.lock` (+151 -132) 📝 `src/oss/python/integrations/chat/openai.mdx` (+33 -26) 📝 `src/oss/python/integrations/providers/openai.mdx` (+60 -109) 📝 `src/oss/python/integrations/providers/overview.mdx` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:21:35 -05:00
yindo closed this issue 2026-02-17 17:21:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1025