[PR #1775] [MERGED] Remove wrong decision type from inline comment of HITL docs #1841

Closed
opened 2026-02-17 17:22:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1775
Author: @Yacklin
Created: 12/7/2025
Status: Merged
Merged: 12/8/2025
Merged by: @mdrxy

Base: mainHead: correct-wrong-decision-type-in-HITL-docs


📝 Commits (1)

  • fc921ae In this case, there are only two allowed decisions: approve and reject but the in-line comment includes "edit". This commit removes this "edit".

📊 Changes

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

View changed files

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

📄 Description

Overview

This PR removes decision type "edit" from an inline comment located in HITL docs. In the scenario described in the code snippet, only "approve" and "reject" are allowed but the inline comment includes "edit", which contradicts interrupt config.

Type of change

Type: Update existing documentation

Checklist

  • I have read the contributing guidelines
  • 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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

to make it clear:
langchain_docs_pr


🔄 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/1775 **Author:** [@Yacklin](https://github.com/Yacklin) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `correct-wrong-decision-type-in-HITL-docs` --- ### 📝 Commits (1) - [`fc921ae`](https://github.com/langchain-ai/docs/commit/fc921aee10eb629b558ee47fafb51f25a59c8fbd) In this case, there are only two allowed decisions: approve and reject but the in-line comment includes "edit". This commit removes this "edit". ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/human-in-the-loop.mdx` (+2 -2) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> This PR removes decision type "edit" from an inline comment located in HITL docs. In the scenario described in the code snippet, only "approve" and "reject" are allowed but the inline comment includes "edit", which contradicts interrupt config. ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [ ] 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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> to make it clear: <img width="647" height="439" alt="langchain_docs_pr" src="https://github.com/user-attachments/assets/7be38aee-bed5-4f0b-868f-f7b9e189d743" /> --- <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:22:47 -05:00
yindo closed this issue 2026-02-17 17:22:47 -05:00
yindo changed title from [PR #1775] Remove wrong decision type from inline comment of HITL docs to [PR #1775] [MERGED] Remove wrong decision type from inline comment of HITL docs 2026-06-05 18:15:12 -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#1841