Update langgraph/prebuilt/tool_executor.py

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
Harrison Chase
2024-01-16 12:30:53 -08:00
committed by GitHub
co-authored by Eugene Yurtsev
parent 8ea24435fe
commit efe83776e4
+1
View File
@@ -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: