[PR #65] [MERGED] Update human-in-the-loop notebook with input function fix #1211

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/65
Author: @rudiheydra
Created: 1/25/2024
Status: Merged
Merged: 1/30/2024
Merged by: @hwchase17

Base: mainHead: fix-input-function


📝 Commits (1)

  • 64140b4 Update human-in-the-loop notebook with input function fix

📊 Changes

1 file changed (+54 additions, -37 deletions)

View changed files

📝 examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb (+54 -37)

📄 Description

In this pull request, I've addressed an issue in the human-in-the-loop.ipynb notebook where the input() function was incorrectly used with a keyword argument. I've updated the function call to use a standard string argument, aligning with Python's input() function syntax. This change ensures the notebook runs smoothly without syntax errors and improves code readability. The update has been tested to confirm that the notebook now executes as expected.


🔄 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/65 **Author:** [@rudiheydra](https://github.com/rudiheydra) **Created:** 1/25/2024 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `main` ← **Head:** `fix-input-function` --- ### 📝 Commits (1) - [`64140b4`](https://github.com/langchain-ai/langgraph/commit/64140b42fc0c5be198c12f22ce1fcae07b17a49d) Update human-in-the-loop notebook with input function fix ### 📊 Changes **1 file changed** (+54 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb` (+54 -37) </details> ### 📄 Description In this pull request, I've addressed an issue in the human-in-the-loop.ipynb notebook where the input() function was incorrectly used with a keyword argument. I've updated the function call to use a standard string argument, aligning with Python's input() function syntax. This change ensures the notebook runs smoothly without syntax errors and improves code readability. The update has been tested to confirm that the notebook now executes as expected. --- <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:44:11 -05:00
yindo closed this issue 2026-02-20 17:44:11 -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#1211