From a52a4e92eb7993131654d0c70cb0ef333ddeff5d Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:04:58 +0000 Subject: [PATCH] feat: Updated src/logic/main.py --- src/logic/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logic/main.py b/src/logic/main.py index c37060e7..5ada4452 100644 --- a/src/logic/main.py +++ b/src/logic/main.py @@ -11,7 +11,7 @@ from ..templates.schema.output import Output from ..utils.load import load_template -from .tools import call_tool, tools, execute_pnpm_command +from .tools import call_tool, execute_pnpm_command, tools main = patch.node(Node)(load_template("main"), {"tools": tools})