small refractoring for new version

This commit is contained in:
João Moura
2024-07-01 02:00:36 -07:00
parent 64ec4eb1e6
commit dee7bd6258
16 changed files with 9011 additions and 205346 deletions

View File

@@ -214,7 +214,7 @@ class BaseAgent(ABC, BaseModel):
self.create_agent_executor()
def increment_formatting_errors(self) -> None:
print("Formatting errors incremented")
self.formatting_errors += 1
def copy(self):
exclude = {