adding agent to task output

This commit is contained in:
João Moura
2024-05-16 05:12:32 -03:00
parent 208c3a780c
commit a336381849
2 changed files with 2 additions and 0 deletions

View File

@@ -201,6 +201,7 @@ class Task(BaseModel):
description=self.description,
exported_output=exported_output,
raw_output=result,
agent=agent.role,
)
if self.callback: