From efe83776e4783ca238664db511bd78225e6bbf2a Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 16 Jan 2024 12:30:53 -0800 Subject: [PATCH] Update langgraph/prebuilt/tool_executor.py Co-authored-by: Eugene Yurtsev --- langgraph/prebuilt/tool_executor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/langgraph/prebuilt/tool_executor.py b/langgraph/prebuilt/tool_executor.py index b82e15653..3c1bb20d9 100644 --- a/langgraph/prebuilt/tool_executor.py +++ b/langgraph/prebuilt/tool_executor.py @@ -34,6 +34,7 @@ class ToolExecutor(RunnableBinding): def __init__( self, tools: Sequence[BaseTool], + *, invalid_tool_msg_template: str = INVALID_TOOL_MSG_TEMPLATE, **kwargs: Any, ) -> None: