We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64e6e9 commit 42ff55fCopy full SHA for 42ff55f
camel/societies/workforce/utils.py
@@ -38,7 +38,8 @@ class TaskResult(BaseModel):
38
39
content: str = Field(description="The result of the task.")
40
failed: bool = Field(
41
- description="Flag indicating whether the task processing failed."
+ default=False,
42
+ description="Flag indicating whether the task processing failed.",
43
)
44
45
0 commit comments