Performed spell check across most of code base (#882)

* Performed spell check across the entire documentation

Thank you once again!

* Performed spell check across the most of code base
Folders been checked:
- agents
- cli
- memory
- project
- tasks
- telemetry
- tools
- translations
This commit is contained in:
Taleb
2024-07-07 19:00:05 +03:00
committed by GitHub
parent 47f9d026dd
commit 129000d01f
5 changed files with 6 additions and 6 deletions

View File

@@ -119,7 +119,7 @@ class ToolUsage:
attempts=self._run_attempts,
)
result = self._format_result(result=result) # type: ignore # "_format_result" of "ToolUsage" does not return a value (it only ever returns None)
return result # type: ignore # Fix the reutrn type of this function
return result # type: ignore # Fix the return type of this function
except Exception:
self.task.increment_tools_errors()