From 9be4cdd337a5e346b01c03f93e5b6bf919232ae0 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 7 Mar 2024 09:27:45 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d415a99..177003c74 100644 --- a/README.md +++ b/README.md @@ -766,7 +766,7 @@ for s in app.stream(inputs): print("----") ``` -### create_tool_calling_executor +### chat_agent_executor.create_tool_calling_executor ```python from langgraph.prebuilt import chat_agent_executor