Skip to content

Commit

Permalink
test & clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
qcampbel committed Jan 3, 2024
1 parent 1fdd4cf commit 0c9582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdagent/tools/maketools.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def _run(self, task, orig_prompt, curr_tools, execute=True, args=None):
# execute the new tool code
if execute:
try:
print("executing tool")
print("\nexecuting tool")
agent_initializer = SubAgentInitializer(self.subagent_settings)
skill = agent_initializer.create_skill_manager(resume=True)
if skill is None:
Expand Down

0 comments on commit 0c9582e

Please sign in to comment.