[PR #820] [MERGED] docs: Optimize notebook #1036

Closed
opened 2026-02-15 19:16:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/820
Author: @jacoblee93
Created: 1/29/2025
Status: Merged
Merged: 1/29/2025
Merged by: @jacoblee93

Base: mainHead: jacob/docs


📝 Commits (1)

📊 Changes

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

View changed files

📝 examples/how-tos/multi-agent-multi-turn-convo-functional.ipynb (+55 -37)

📄 Description

The multi-turn multi convo notebook was adding all agent messages into the history instead of just new ones.

CC @vbarda happening in Python too


🔄 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/langgraphjs/pull/820 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 1/29/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/docs` --- ### 📝 Commits (1) - [`3b59801`](https://github.com/langchain-ai/langgraphjs/commit/3b59801aa7a501d82254c0beb09aea76d84fd921) Fix notebook ### 📊 Changes **1 file changed** (+55 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `examples/how-tos/multi-agent-multi-turn-convo-functional.ipynb` (+55 -37) </details> ### 📄 Description The multi-turn multi convo notebook was adding all agent messages into the history instead of just new ones. CC @vbarda happening in Python too --- <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-15 19:16:53 -05:00
yindo closed this issue 2026-02-15 19:16:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1036