[PR #445] [MERGED] Rename "action" to "tools" in tools_condition #1468

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/445
Author: @hinthornw
Created: 5/14/2024
Status: Merged
Merged: 5/14/2024
Merged by: @hinthornw

Base: mainHead: wfh/rename_actino


📝 Commits (4)

📊 Changes

8 files changed (+112 additions, -118 deletions)

View changed files

📝 README.md (+6 -6)
📝 examples/introduction.ipynb (+42 -48)
📝 examples/rag/langgraph_agentic_rag.ipynb (+1 -1)
📝 langgraph/prebuilt/agent_executor.py (+3 -3)
📝 langgraph/prebuilt/chat_agent_executor.py (+9 -9)
📝 tests/__snapshots__/test_pregel.ambr (+15 -15)
📝 tests/test_pregel.py (+23 -23)
📝 tests/test_pregel_async.py (+13 -13)

📄 Description

To conform to https://github.com/langchain-ai/langgraph/commit/63586d86fc75e2515942e002c3d52be9805fd1ed


🔄 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/445 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/rename_actino` --- ### 📝 Commits (4) - [`99ed987`](https://github.com/langchain-ai/langgraph/commit/99ed987f3b44ccfbc7699d488dded91ef97c3546) Tools - [`766e576`](https://github.com/langchain-ai/langgraph/commit/766e57637bfbbc3e9a77c583c266703402592ab1) Merge branch 'main' into wfh/rename_actino - [`0a135dd`](https://github.com/langchain-ai/langgraph/commit/0a135dd8bc6d7bcd8e8c089119a60ccd68cd3131) update intro - [`ec13ea7`](https://github.com/langchain-ai/langgraph/commit/ec13ea74969ba9de2cb24b0b3f5e6675605bf68f) Update doc tools_action examples ### 📊 Changes **8 files changed** (+112 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -6) 📝 `examples/introduction.ipynb` (+42 -48) 📝 `examples/rag/langgraph_agentic_rag.ipynb` (+1 -1) 📝 `langgraph/prebuilt/agent_executor.py` (+3 -3) 📝 `langgraph/prebuilt/chat_agent_executor.py` (+9 -9) 📝 `tests/__snapshots__/test_pregel.ambr` (+15 -15) 📝 `tests/test_pregel.py` (+23 -23) 📝 `tests/test_pregel_async.py` (+13 -13) </details> ### 📄 Description To conform to https://github.com/langchain-ai/langgraph/commit/63586d86fc75e2515942e002c3d52be9805fd1ed --- <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:48 -05:00
yindo closed this issue 2026-02-20 17:44:48 -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#1468