[PR #937] [CLOSED] introduction.ipynb tutorial document: typo fixes, better explaination for "Time Travel" section #1786

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/937
Author: @Robert-Jia00129
Created: 7/6/2024
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

2 files changed (+353 additions, -97 deletions)

View changed files

📝 docs/docs/tutorials/index.md (+6 -1)
📝 examples/introduction.ipynb (+347 -96)

📄 Description

Added more explanation regarding how state history and timestamp works.


🔄 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/937 **Author:** [@Robert-Jia00129](https://github.com/Robert-Jia00129) **Created:** 7/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`e8a9ce4`](https://github.com/langchain-ai/langgraph/commit/e8a9ce41127a24a24dce80f40ccc782cdc441496) minor typo fix - [`a5f4bb0`](https://github.com/langchain-ai/langgraph/commit/a5f4bb0fb4234144127c3b1e9dfce2c5ba94be02) added YouTube video link to Tutorial links - [`4309e81`](https://github.com/langchain-ai/langgraph/commit/4309e81461e2739eba63c6578c7c50aac9b54ca8) force the LLM to call tools - [`6a69f6e`](https://github.com/langchain-ai/langgraph/commit/6a69f6ec60b205dd5eaa5b9686f5830073fba208) Merge branch 'langchain-ai:main' into main - [`cb65dd8`](https://github.com/langchain-ai/langgraph/commit/cb65dd8d157f6d5ef1d6a5df7a1433f1de2d06dc) italic formating - [`d648a90`](https://github.com/langchain-ai/langgraph/commit/d648a906a16ffc3c394155ba2b378102694e3870) Merge branch 'main' of https://github.com/Robert-Jia00129/langgraph - [`b65025b`](https://github.com/langchain-ai/langgraph/commit/b65025b63359271e0767c58014514b5c6774a4c1) tutorial type fix, explaination improvements - [`4c887e4`](https://github.com/langchain-ai/langgraph/commit/4c887e4aa869658e03f4784f51a6a61b3e860556) add changes - [`c68043b`](https://github.com/langchain-ai/langgraph/commit/c68043b32c857838d528432cab043ab093bafd73) Merge branch 'main' into main - [`2284c89`](https://github.com/langchain-ai/langgraph/commit/2284c892eca9bb97ad897b8f40b7270eff474368) Change model back to Antrhopic ### 📊 Changes **2 files changed** (+353 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/tutorials/index.md` (+6 -1) 📝 `examples/introduction.ipynb` (+347 -96) </details> ### 📄 Description Added more explanation regarding how state history and timestamp works. --- <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:33 -05:00
yindo closed this issue 2026-02-20 17:45:33 -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#1786