mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
bringing TaskOutput.result back to avoind breakign change
This commit is contained in:
@@ -18,3 +18,6 @@ class TaskOutput(BaseModel):
|
||||
excerpt = " ".join(self.description.split(" ")[:10])
|
||||
self.summary = f"{excerpt}..."
|
||||
return self
|
||||
|
||||
def result(self):
|
||||
return self.exported_output
|
||||
|
||||
Reference in New Issue
Block a user