mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
fix agentops attribute
This commit is contained in:
@@ -586,8 +586,7 @@ class Crew(BaseModel):
|
||||
if agentops:
|
||||
agentops.end_session(
|
||||
end_state="Success",
|
||||
end_state_reason="Finished Execution",
|
||||
is_auto_end=True,
|
||||
end_state_reason="Finished Execution"
|
||||
)
|
||||
self._telemetry.end_crew(self, output)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user