[PR #394] [MERGED] Update to use bind_tools #1441

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

📋 Pull Request Information

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

Base: mainHead: wfh/rm_unsupported_viz


📝 Commits (5)

📊 Changes

29 files changed (+1464 additions, -947 deletions)

View changed files

📝 examples/async.ipynb (+78 -120)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+158 -83)
📝 examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb (+60 -48)
📝 examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb (+71 -38)
📝 examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb (+96 -82)
📝 examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb (+62 -31)
📝 examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb (+65 -35)
📝 examples/chatbots/information-gather-prompting.ipynb (+9 -8)
📝 examples/code_assistant/langgraph_code_assistant.ipynb (+138 -64)
📝 examples/configuration.ipynb (+14 -7)
📝 examples/llm-compiler/LLMCompiler.ipynb (+11 -5)
📝 examples/multi_agent/multi-agent-collaboration.ipynb (+115 -103)
📝 examples/persistence_postgres.ipynb (+1 -3)
📝 examples/rag/langgraph_adaptive_rag.ipynb (+84 -40)
📝 examples/rag/langgraph_adaptive_rag_cohere.ipynb (+76 -39)
📝 examples/rag/langgraph_adaptive_rag_local.ipynb (+48 -28)
📝 examples/rag/langgraph_agentic_rag.ipynb (+21 -15)
📝 examples/rag/langgraph_crag.ipynb (+40 -17)
📝 examples/rag/langgraph_crag_local.ipynb (+30 -14)
📝 examples/rag/langgraph_rag_agent_llama3_local.ipynb (+53 -28)

...and 9 more files

📄 Description

No description provided


🔄 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/394 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/4/2024 **Status:** ✅ Merged **Merged:** 5/4/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/rm_unsupported_viz` --- ### 📝 Commits (5) - [`f1220f4`](https://github.com/langchain-ai/langgraph/commit/f1220f4d7b82d774edcdc656e67d5d0fc0655b1c) Rm unsupported viz - [`d6e5e14`](https://github.com/langchain-ai/langgraph/commit/d6e5e1451f0e7f8e16ad480ac366edca085ebbeb) merge - [`2f85937`](https://github.com/langchain-ai/langgraph/commit/2f85937165457f0270d2be0fcb1f9788eb417cf3) Modify Async - [`6969a15`](https://github.com/langchain-ai/langgraph/commit/6969a15892e54e49325f9b80e3ba31a2172f2705) format - [`e1e42a2`](https://github.com/langchain-ai/langgraph/commit/e1e42a20cf0b251e4baf36a4003baf8e1d2fb495) typing ### 📊 Changes **29 files changed** (+1464 additions, -947 deletions) <details> <summary>View changed files</summary> 📝 `examples/async.ipynb` (+78 -120) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+158 -83) 📝 `examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb` (+60 -48) 📝 `examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb` (+71 -38) 📝 `examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb` (+96 -82) 📝 `examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb` (+62 -31) 📝 `examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb` (+65 -35) 📝 `examples/chatbots/information-gather-prompting.ipynb` (+9 -8) 📝 `examples/code_assistant/langgraph_code_assistant.ipynb` (+138 -64) 📝 `examples/configuration.ipynb` (+14 -7) 📝 `examples/llm-compiler/LLMCompiler.ipynb` (+11 -5) 📝 `examples/multi_agent/multi-agent-collaboration.ipynb` (+115 -103) 📝 `examples/persistence_postgres.ipynb` (+1 -3) 📝 `examples/rag/langgraph_adaptive_rag.ipynb` (+84 -40) 📝 `examples/rag/langgraph_adaptive_rag_cohere.ipynb` (+76 -39) 📝 `examples/rag/langgraph_adaptive_rag_local.ipynb` (+48 -28) 📝 `examples/rag/langgraph_agentic_rag.ipynb` (+21 -15) 📝 `examples/rag/langgraph_crag.ipynb` (+40 -17) 📝 `examples/rag/langgraph_crag_local.ipynb` (+30 -14) 📝 `examples/rag/langgraph_rag_agent_llama3_local.ipynb` (+53 -28) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <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:44 -05:00
yindo closed this issue 2026-02-20 17:44:44 -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#1441