[PR #388] [MERGED] docs(oss): bring consistency to tool names in langchain quickstart #699

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/388
Author: @markgoho
Created: 9/5/2025
Status: Merged
Merged: 9/5/2025
Merged by: @lnhsingh

Base: mainHead: mgoho/docs/fix-tool-name


📝 Commits (6)

  • fb5e5b6 docs(fix): bring consitency to tool names
  • bce6296 Merge branch 'main' into mgoho/docs/fix-tool-name
  • bde900a fix(docx): more consistency
  • fb34b32 Merge branch 'main' into mgoho/docs/fix-tool-name
  • 0c81051 Merge branch 'main' into mgoho/docs/fix-tool-name
  • 84b9f7d Merge branch 'main' into mgoho/docs/fix-tool-name

📊 Changes

1 file changed (+10 additions, -10 deletions)

View changed files

📝 src/oss/langchain-quickstart.mdx (+10 -10)

📄 Description

the tool names in the system prompt don't currently match the names of the tools being provided to the agent

whether or not this has a material impact on the agent's ability to choose them, I'm not sure, but it certainly leads to confusion for new users who are left wondering why the tool names are different between system prompt and tool instantiation


🔄 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/388 **Author:** [@markgoho](https://github.com/markgoho) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `mgoho/docs/fix-tool-name` --- ### 📝 Commits (6) - [`fb5e5b6`](https://github.com/langchain-ai/docs/commit/fb5e5b6727a7eab51def42a176d56e019c293bdb) docs(fix): bring consitency to tool names - [`bce6296`](https://github.com/langchain-ai/docs/commit/bce62966a7d16c2622293156271409f67b6a3eb2) Merge branch 'main' into mgoho/docs/fix-tool-name - [`bde900a`](https://github.com/langchain-ai/docs/commit/bde900aba683b3d7169ac5ca11e91c049dc5cf6d) fix(docx): more consistency - [`fb34b32`](https://github.com/langchain-ai/docs/commit/fb34b323c7cbde2e2194435324e84c9828fb0f2f) Merge branch 'main' into mgoho/docs/fix-tool-name - [`0c81051`](https://github.com/langchain-ai/docs/commit/0c810515675331e621a450a20c8670338f491ed4) Merge branch 'main' into mgoho/docs/fix-tool-name - [`84b9f7d`](https://github.com/langchain-ai/docs/commit/84b9f7d2542431d530a64e65e466fe7ab0ca3586) Merge branch 'main' into mgoho/docs/fix-tool-name ### 📊 Changes **1 file changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain-quickstart.mdx` (+10 -10) </details> ### 📄 Description the tool names in the system prompt don't currently match the names of the tools being provided to the agent whether or not this has a material impact on the agent's ability to choose them, I'm not sure, but it certainly leads to confusion for new users who are left wondering why the tool names are different between system prompt and tool instantiation --- <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:56 -05:00
yindo closed this issue 2026-02-17 17:20:56 -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#699