Files
langgraph/examples/chat_agent_executor_with_function_calling/high-level.ipynb
T

992 B

(Deprecated) Chat Executor: with function calling

The function calling executor is deprecated in favor of create_tool_calling_executor. This was done to better align with the underlying model providers' migration from "function calling" to "tool calling", which typically supports parallel tool usage.