Feat : better interpreter loading of code block

This commit is contained in:
martin legrand
2025-02-23 12:40:30 +01:00
parent 298c26a63f
commit 43ba140a21
6 changed files with 38 additions and 14 deletions
-1
View File
@@ -101,7 +101,6 @@ class Agent():
feedback = ""
blocks = None
print("Loading tools: ", self._tools.items())
for name, tool in self._tools.items():
feedback = ""
blocks = tool.load_exec_block(answer)