Fixing bug preparing new version

This commit is contained in:
João Moura
2024-02-28 09:09:37 -03:00
parent 1f802ccb5a
commit 9768e4518f
2 changed files with 3 additions and 2 deletions

View File

@@ -290,7 +290,8 @@ class Agent(BaseModel):
else:
tools_list.append(tool)
except ModuleNotFoundError:
tools_list.append(tool)
for tool in tools:
tools_list.append(tool)
return tools_list
@staticmethod