[PR #1566] [MERGED] docs: Fix Replan action failing due to incorrect format #2158

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1566
Author: @McCReuben
Created: 8/31/2024
Status: Merged
Merged: 8/31/2024
Merged by: @hwchase17

Base: mainHead: Fix_LLM_Compiler_Replan


📝 Commits (1)

  • eca7c1b Return replan response in dict. Add Replan example

📊 Changes

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

View changed files

📝 examples/llm-compiler/LLMCompiler.ipynb (+42 -1)

📄 Description

Reference to https://github.com/langchain-ai/langgraph/issues/1565 ,

Related issues: https://github.com/langchain-ai/langgraph/issues/1513 and https://github.com/langchain-ai/langgraph/issues/1459

This bug fix is an extension of this PR: 1444, which fixed the same issue but missed this instance of it.

Changes:

  • The function _parse_joiner_output has been changed to always have a return type of Dict {"messages": ...}, as expected
  • An example has been added to show off the Replan functionality

🔄 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/1566 **Author:** [@McCReuben](https://github.com/McCReuben) **Created:** 8/31/2024 **Status:** ✅ Merged **Merged:** 8/31/2024 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `main` ← **Head:** `Fix_LLM_Compiler_Replan` --- ### 📝 Commits (1) - [`eca7c1b`](https://github.com/langchain-ai/langgraph/commit/eca7c1b82ecb822947e85252428ab46e4d057952) Return replan response in dict. Add Replan example ### 📊 Changes **1 file changed** (+42 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/llm-compiler/LLMCompiler.ipynb` (+42 -1) </details> ### 📄 Description Reference to https://github.com/langchain-ai/langgraph/issues/1565 , Related issues: https://github.com/langchain-ai/langgraph/issues/1513 and https://github.com/langchain-ai/langgraph/issues/1459 This bug fix is an extension of this PR: [1444](https://github.com/langchain-ai/langgraph/pull/1444/files#diff-552f25122adeb48c8f6671a7add98adf73598c57907e9ebfe6c1187c6a0a26e0R656), which fixed the same issue but missed this instance of it. ## Changes: - The function _parse_joiner_output has been changed to always have a return type of Dict {"messages": ...}, as expected - An example has been added to show off the Replan functionality --- <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:46:25 -05:00
yindo closed this issue 2026-02-20 17:46:25 -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#2158