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

@@ -27,7 +27,7 @@ class OutputConverter(BaseModel, ABC):
model: Any = Field(description="The model to be used to convert the text.")
instructions: str = Field(description="Conversion instructions to the LLM.")
max_attempts: Optional[int] = Field(
description="Max number of attempts to try to get the output formated.",
description="Max number of attempts to try to get the output formatted.",
default=3,
)