pull/484/head
Kye Gomez 7 months ago
parent 6b36cd55bc
commit d136f5564d

@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "swarms"
version = "5.1.3"
version = "5.1.4"
description = "Swarms - Pytorch"
license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"]

@ -756,7 +756,7 @@ class Agent(BaseStructure):
if self.tools is not None:
self.parse_and_execute_tools(response)
if exists(self.code_interpreter):
if self.code_interpreter is not False:
self.code_interpreter_execution(response)
if self.evaluator:

Loading…
Cancel
Save