mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 07:02:25 +02:00
Update langgraph/prebuilt/tool_executor.py
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
co-authored by
Eugene Yurtsev
parent
8ea24435fe
commit
efe83776e4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user