[PR #4269] [MERGED] docs(oss): clarify HITL rejection messages #4253

Closed
opened 2026-06-05 19:13:16 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4269
Author: @open-swe[bot]
Created: 6/2/2026
Status: Merged
Merged: 6/3/2026
Merged by: @mdrxy

Base: mainHead: open-swe/docs/hitl-reject-message


📝 Commits (4)

  • 4b22116 docs(oss): clarify HITL rejection messages
  • 5b06005 Apply suggestion from @mdrxy
  • cb11084 Merge branch 'main' into open-swe/docs/hitl-reject-message
  • 9bcd278 docs(oss): update Deep Agents HITL interrupt example

📊 Changes

3 files changed (+70 additions, -21 deletions)

View changed files

📝 src/oss/deepagents/human-in-the-loop.mdx (+49 -7)
📝 src/oss/langchain/frontend/human-in-the-loop.mdx (+9 -6)
📝 src/oss/langchain/human-in-the-loop.mdx (+12 -8)

📄 Description

Depends on https://github.com/langchain-ai/langchain/pull/37859

Clarifies HITL reject and respond semantics across LangChain, frontend, and Deep Agents docs so denial is documented separately from human-supplied tool results. Adds guidance for custom rejection messages that tell the model whether to abandon, ask a follow-up, or try a safer alternative. Drafted with AI-agent assistance.

Opened collaboratively by Mason Daugherty and open-swe.


🔄 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/4269 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 6/2/2026 **Status:** ✅ Merged **Merged:** 6/3/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `open-swe/docs/hitl-reject-message` --- ### 📝 Commits (4) - [`4b22116`](https://github.com/langchain-ai/docs/commit/4b2211694e809d1935c0153008cb1ebe62cb9c31) docs(oss): clarify HITL rejection messages - [`5b06005`](https://github.com/langchain-ai/docs/commit/5b06005c726943729ed0ada22ceb6f3ff34aec3d) Apply suggestion from @mdrxy - [`cb11084`](https://github.com/langchain-ai/docs/commit/cb11084a72580de3a6391e46b18165be9bb3e303) Merge branch 'main' into open-swe/docs/hitl-reject-message - [`9bcd278`](https://github.com/langchain-ai/docs/commit/9bcd2785a7ee5df7428a107d2acc4534f732a01f) docs(oss): update Deep Agents HITL interrupt example ### 📊 Changes **3 files changed** (+70 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/human-in-the-loop.mdx` (+49 -7) 📝 `src/oss/langchain/frontend/human-in-the-loop.mdx` (+9 -6) 📝 `src/oss/langchain/human-in-the-loop.mdx` (+12 -8) </details> ### 📄 Description Depends on https://github.com/langchain-ai/langchain/pull/37859 Clarifies HITL `reject` and `respond` semantics across LangChain, frontend, and Deep Agents docs so denial is documented separately from human-supplied tool results. Adds guidance for custom rejection messages that tell the model whether to abandon, ask a follow-up, or try a safer alternative. Drafted with AI-agent assistance. _Opened collaboratively by Mason Daugherty and open-swe._ --- <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 19:13:16 -04:00
yindo closed this issue 2026-06-05 19:13:17 -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#4253