mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
TYPO
This commit is contained in:
@@ -27,7 +27,7 @@ class OutputConverter(BaseModel, ABC):
|
|||||||
model: Any = Field(description="The model to be used to convert the text.")
|
model: Any = Field(description="The model to be used to convert the text.")
|
||||||
instructions: str = Field(description="Conversion instructions to the LLM.")
|
instructions: str = Field(description="Conversion instructions to the LLM.")
|
||||||
max_attempts: Optional[int] = Field(
|
max_attempts: Optional[int] = Field(
|
||||||
description="Max number of attemps to try to get the output formated.",
|
description="Max number of attempts to try to get the output formated.",
|
||||||
default=3,
|
default=3,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user