[PR #744] [MERGED] nits #978

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

📋 Pull Request Information

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

Base: mainHead: mdrxy/nitss


📝 Commits (10+)

📊 Changes

26 files changed (+79 additions, -86 deletions)

View changed files

📝 src/labs/oap/custom-agents/configuration.mdx (+11 -12)
📝 src/langsmith/test-react-agent-pytest.mdx (+4 -6)
📝 src/langsmith/trace-with-api.mdx (+6 -6)
📝 src/langsmith/trace-with-google-adk.mdx (+2 -2)
📝 src/langsmith/trace-with-opentelemetry.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/google_vertex_ai.mdx (+2 -2)
📝 src/oss/javascript/integrations/chat/index.mdx (+1 -1)
📝 src/oss/javascript/integrations/providers/google.mdx (+1 -1)
📝 src/oss/javascript/integrations/tools/mcp_toolbox.mdx (+3 -3)
📝 src/oss/langchain/models.mdx (+5 -2)
📝 src/oss/langchain/overview.mdx (+2 -2)
📝 src/oss/langchain/philosophy.mdx (+2 -2)
📝 src/oss/langchain/quickstart.mdx (+7 -7)
📝 src/oss/langchain/sql-agent.mdx (+3 -3)
📝 src/oss/langchain/structured-output.mdx (+9 -10)
📝 src/oss/langgraph/add-human-in-the-loop.mdx (+3 -3)
📝 src/oss/langgraph/add-memory.mdx (+0 -1)
📝 src/oss/langgraph/overview.mdx (+1 -1)
📝 src/oss/langgraph/pregel.mdx (+6 -6)
📝 src/oss/langgraph/use-functional-api.mdx (+1 -2)

...and 6 more files

📄 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/744 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/6/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/nitss` --- ### 📝 Commits (10+) - [`3c9798e`](https://github.com/langchain-ai/docs/commit/3c9798ef944d34b4042fdc958bbbf619fab240a5) match earlier sentence - [`bab46c0`](https://github.com/langchain-ai/docs/commit/bab46c0ea4a23d85e422a052580776735ba37e33) add names to overview headers for mobile ux - [`6de9edf`](https://github.com/langchain-ai/docs/commit/6de9edf98cc146a0846d426a69cc3f180706e5ad) unclear - [`befc94d`](https://github.com/langchain-ai/docs/commit/befc94d77439d18d4d73c0da69ac780e57817c9e) typo - [`7768c5a`](https://github.com/langchain-ai/docs/commit/7768c5a48febd5ce524be2ab852e76471be3afea) add `ity` - [`38654bb`](https://github.com/langchain-ai/docs/commit/38654bb31afa2c93ff602dfc5bb35d4085d1d9af) add callout - [`4b107c6`](https://github.com/langchain-ai/docs/commit/4b107c6395f4083afce918b2fd10598cc9bda7e3) optionals - [`a6bc62e`](https://github.com/langchain-ai/docs/commit/a6bc62ef2d5aa37491d82657b99c4f4a4ec34338) use new gemini model in examples - [`6cfacff`](https://github.com/langchain-ai/docs/commit/6cfacff998b63d7130799aeb92d710474f3e1152) more params - [`cc5072c`](https://github.com/langchain-ai/docs/commit/cc5072c0bae94767f866444c2f63d327b2a8b1ea) Update src/oss/langchain/philosophy.mdx ### 📊 Changes **26 files changed** (+79 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `src/labs/oap/custom-agents/configuration.mdx` (+11 -12) 📝 `src/langsmith/test-react-agent-pytest.mdx` (+4 -6) 📝 `src/langsmith/trace-with-api.mdx` (+6 -6) 📝 `src/langsmith/trace-with-google-adk.mdx` (+2 -2) 📝 `src/langsmith/trace-with-opentelemetry.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/google_vertex_ai.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/chat/index.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/providers/google.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/tools/mcp_toolbox.mdx` (+3 -3) 📝 `src/oss/langchain/models.mdx` (+5 -2) 📝 `src/oss/langchain/overview.mdx` (+2 -2) 📝 `src/oss/langchain/philosophy.mdx` (+2 -2) 📝 `src/oss/langchain/quickstart.mdx` (+7 -7) 📝 `src/oss/langchain/sql-agent.mdx` (+3 -3) 📝 `src/oss/langchain/structured-output.mdx` (+9 -10) 📝 `src/oss/langgraph/add-human-in-the-loop.mdx` (+3 -3) 📝 `src/oss/langgraph/add-memory.mdx` (+0 -1) 📝 `src/oss/langgraph/overview.mdx` (+1 -1) 📝 `src/oss/langgraph/pregel.mdx` (+6 -6) 📝 `src/oss/langgraph/use-functional-api.mdx` (+1 -2) _...and 6 more files_ </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:29 -05:00
yindo closed this issue 2026-02-17 17:21:29 -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#978