mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
adding agent to task output
This commit is contained in:
@@ -201,6 +201,7 @@ class Task(BaseModel):
|
||||
description=self.description,
|
||||
exported_output=exported_output,
|
||||
raw_output=result,
|
||||
agent=agent.role,
|
||||
)
|
||||
|
||||
if self.callback:
|
||||
|
||||
Reference in New Issue
Block a user