[PR #229] [CLOSED] docs(v1.0): langchain tools #540

Closed
opened 2026-02-17 17:20:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/229
Author: @casparb
Created: 8/26/2025
Status: Closed

Base: harrison/revampHead: caspar/v1.0-docs


📝 Commits (6)

  • 76c0613 docs(v1.0): tool docs, missing some advanced topics
  • b9d19e1 style: title capitalisation
  • ebe218b docs: rename title
  • 937b8a4 docs(tools): rewrite toolnode docs and add advanced tool patterns
  • 858f3d7 docs: update tools docs, first pass at agents docs
  • 7bbcd15 docs(tools): clarify ToolNode section

📊 Changes

2 files changed (+1032 additions, -17 deletions)

View changed files

📝 src/langchain/agents.mdx (+544 -9)
📝 src/langchain/tools.mdx (+488 -8)

📄 Description

  • Rewrote tools documentation with quick start guide, comprehensive examples, and clear explanations of tool creation, LLM binding, and agent workflows

🔄 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/229 **Author:** [@casparb](https://github.com/casparb) **Created:** 8/26/2025 **Status:** ❌ Closed **Base:** `harrison/revamp` ← **Head:** `caspar/v1.0-docs` --- ### 📝 Commits (6) - [`76c0613`](https://github.com/langchain-ai/docs/commit/76c0613673c5607a6efb0b12d2af603d6147fc06) docs(v1.0): tool docs, missing some advanced topics - [`b9d19e1`](https://github.com/langchain-ai/docs/commit/b9d19e1eb3bd9404d58e657da4bce58bac0cf803) style: title capitalisation - [`ebe218b`](https://github.com/langchain-ai/docs/commit/ebe218bacd7ed849950b77ba22d96256bb0e4858) docs: rename title - [`937b8a4`](https://github.com/langchain-ai/docs/commit/937b8a4e0d494259dcf26646afeaeb952f0eb932) docs(tools): rewrite toolnode docs and add advanced tool patterns - [`858f3d7`](https://github.com/langchain-ai/docs/commit/858f3d7fc690ef4609cca2be5e5e2abb67d836c8) docs: update tools docs, first pass at agents docs - [`7bbcd15`](https://github.com/langchain-ai/docs/commit/7bbcd15a828ff0d36519fc1e92317af36da66540) docs(tools): clarify ToolNode section ### 📊 Changes **2 files changed** (+1032 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/langchain/agents.mdx` (+544 -9) 📝 `src/langchain/tools.mdx` (+488 -8) </details> ### 📄 Description * Rewrote tools documentation with quick start guide, comprehensive examples, and clear explanations of tool creation, LLM binding, and agent workflows --- <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:20:36 -05:00
yindo closed this issue 2026-02-17 17:20:36 -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#540