Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Updated src/logic/main.py
Browse files Browse the repository at this point in the history
sweep-ai[bot] authored Jan 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 23f6238 commit 233d7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/main.py
Original file line number Diff line number Diff line change
@@ -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})

0 comments on commit 233d7dd

Please sign in to comment.