[PR #163] [MERGED] [Docs] Force call tool first #544

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/163
Author: @hinthornw
Created: 5/18/2024
Status: Merged
Merged: 5/18/2024
Merged by: @hinthornw

Base: mainHead: wfh/force-call-tool


📝 Commits (2)

📊 Changes

16 files changed (+1812 additions, -753 deletions)

View changed files

📝 docs/docs/how-tos/index.md (+4 -0)
📝 docs/mkdocs.yml (+1 -0)
📝 examples/agent_executor/base.ipynb (+51 -36)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+99 -79)
📝 examples/chatbots/customer_support_mistral.ipynb (+86 -40)
examples/how-tos/force-calling-a-tool-first.ipynb (+636 -0)
📝 examples/multi_agent/agent_supervisor.ipynb (+77 -53)
📝 examples/multi_agent/hierarchical_agent_teams.ipynb (+196 -134)
📝 examples/multi_agent/multi_agent_collaboration.ipynb (+56 -36)
📝 examples/plan-and-execute/plan-and-execute.ipynb (+78 -45)
📝 examples/rag/langgraph_agentic_rag.ipynb (+60 -33)
📝 examples/rag/langgraph_crag.ipynb (+87 -58)
📝 examples/rag/langgraph_crag_mistral.ipynb (+110 -70)
📝 examples/rag/langgraph_self_rag.ipynb (+128 -91)
📝 examples/reflection/reflection.ipynb (+58 -30)
📝 examples/rewoo/rewoo.ipynb (+85 -48)

📄 Description

should be kinda self-evident but maybe someone, somewhere, at some point will appreciate


🔄 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/163 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/18/2024 **Status:** ✅ Merged **Merged:** 5/18/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/force-call-tool` --- ### 📝 Commits (2) - [`1a0ece9`](https://github.com/langchain-ai/langgraphjs/commit/1a0ece9095437d17d1c281536f8b8eb8c0098c92) update - [`e6ff3a7`](https://github.com/langchain-ai/langgraphjs/commit/e6ff3a71cbc083093a771072f680fc0289be18e5) Format ### 📊 Changes **16 files changed** (+1812 additions, -753 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/how-tos/index.md` (+4 -0) 📝 `docs/mkdocs.yml` (+1 -0) 📝 `examples/agent_executor/base.ipynb` (+51 -36) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+99 -79) 📝 `examples/chatbots/customer_support_mistral.ipynb` (+86 -40) ➕ `examples/how-tos/force-calling-a-tool-first.ipynb` (+636 -0) 📝 `examples/multi_agent/agent_supervisor.ipynb` (+77 -53) 📝 `examples/multi_agent/hierarchical_agent_teams.ipynb` (+196 -134) 📝 `examples/multi_agent/multi_agent_collaboration.ipynb` (+56 -36) 📝 `examples/plan-and-execute/plan-and-execute.ipynb` (+78 -45) 📝 `examples/rag/langgraph_agentic_rag.ipynb` (+60 -33) 📝 `examples/rag/langgraph_crag.ipynb` (+87 -58) 📝 `examples/rag/langgraph_crag_mistral.ipynb` (+110 -70) 📝 `examples/rag/langgraph_self_rag.ipynb` (+128 -91) 📝 `examples/reflection/reflection.ipynb` (+58 -30) 📝 `examples/rewoo/rewoo.ipynb` (+85 -48) </details> ### 📄 Description should be kinda self-evident but maybe someone, somewhere, at some point will appreciate --- <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:14:59 -05:00
yindo closed this issue 2026-02-15 19:14:59 -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#544