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: