[PR #3746] [MERGED] Fix typos in HITL doc and minor formatting issue #3768

Closed
opened 2026-06-05 18:53:05 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3746
Author: @Yacklin
Created: 4/26/2026
Status: Merged
Merged: 4/27/2026
Merged by: @mdrxy

Base: mainHead: fix-typos-and-formatting-in-HITL-docs


📝 Commits (1)

  • 2e057ef Fix typos in HITL and minor formatting issue

📊 Changes

1 file changed (+2 additions, -3 deletions)

View changed files

📝 src/oss/langchain/human-in-the-loop.mdx (+2 -3)

📄 Description

Overview

According to LangChain Reference and Tools docs, the name of a tool comes from function name if no overriding, and tool names in interrupt_on should exactly match the names of tools. Therefore i plan to fix it in this way. To make it somehow consistent, I relocated a comment and i think it should be fine.

Type of change

Type: Update existing documentation / Fix typo/bug/link/formatting

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes


🔄 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/3746 **Author:** [@Yacklin](https://github.com/Yacklin) **Created:** 4/26/2026 **Status:** ✅ Merged **Merged:** 4/27/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `fix-typos-and-formatting-in-HITL-docs` --- ### 📝 Commits (1) - [`2e057ef`](https://github.com/langchain-ai/docs/commit/2e057efd6585ec257af9b4870c89aac94f3094d6) Fix typos in HITL and minor formatting issue ### 📊 Changes **1 file changed** (+2 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/human-in-the-loop.mdx` (+2 -3) </details> ### 📄 Description ## Overview According to LangChain Reference and Tools docs, the name of a tool comes from function name if no overriding, and tool names in interrupt_on should exactly match the names of tools. Therefore i plan to fix it in this way. To make it somehow consistent, I relocated a comment and i think it should be fine. ## Type of change **Type:** Update existing documentation / Fix typo/bug/link/formatting ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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-06-05 18:53:05 -04:00
yindo closed this issue 2026-06-05 18:53:05 -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#3768