[PR #891] [CLOSED] Interupt during tool call #1761

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/891
Author: @Kirushikesh
Created: 6/30/2024
Status: Closed

Base: mainHead: human-in-the-loop


📝 Commits (1)

  • a5cd3b2 Interupt during tool message

📊 Changes

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

View changed files

📝 examples/human-in-the-loop.ipynb (+1 -0)

📄 Description

There is no break-statement which required to achieve the proposed technique, of asking for the user approval before the tool invocation. The current implementation doesn't stop when the LLM returns a tool_call.


🔄 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/langgraph/pull/891 **Author:** [@Kirushikesh](https://github.com/Kirushikesh) **Created:** 6/30/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `human-in-the-loop` --- ### 📝 Commits (1) - [`a5cd3b2`](https://github.com/langchain-ai/langgraph/commit/a5cd3b2f67732095b627e6a8ae6ad9e8e386ef43) Interupt during tool message ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `examples/human-in-the-loop.ipynb` (+1 -0) </details> ### 📄 Description There is no break-statement which required to achieve the proposed technique, of asking for the user approval before the tool invocation. The current implementation doesn't stop when the LLM returns a tool_call. --- <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-20 17:45:29 -05:00
yindo closed this issue 2026-02-20 17:45:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1761