Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 12:40:44 +00:00
parent 0915784a87
commit 2f96c5c021
@@ -363,7 +363,7 @@ class ToolNode(RunnableCallable):
*,
store: Optional[BaseStore],
) -> Any:
tool_calls, input_type = self._parse_input(input, store)
tool_calls, input_type = self._parse_input(input, store, config)
config_list = get_config_list(config, len(tool_calls))
input_types = [input_type] * len(tool_calls)
with get_executor_for_config(config) as executor:
@@ -1227,3 +1227,4 @@ def _get_runtime_arg(tool: BaseTool) -> Optional[str]: