Skip to content

Commit 6273f9e

Browse files
authored
Merge branch 'master' into docs/benchmark
2 parents 9e6682d + 42ff55f commit 6273f9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

camel/societies/workforce/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ class TaskResult(BaseModel):
3838

3939
content: str = Field(description="The result of the task.")
4040
failed: bool = Field(
41-
description="Flag indicating whether the task processing failed."
41+
default=False,
42+
description="Flag indicating whether the task processing failed.",
4243
)
4344

4445

0 commit comments

Comments
 (0)