mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
support skip auto end session
This commit is contained in:
@@ -398,7 +398,7 @@ class Crew(BaseModel):
|
|||||||
self._rpm_controller.stop_rpm_counter()
|
self._rpm_controller.stop_rpm_counter()
|
||||||
if agentops:
|
if agentops:
|
||||||
agentops.end_session(
|
agentops.end_session(
|
||||||
end_state="Success", end_state_reason="Finished Execution"
|
end_state="Success", end_state_reason="Finished Execution", is_auto_end=True
|
||||||
)
|
)
|
||||||
self._telemetry.end_crew(self, output)
|
self._telemetry.end_crew(self, output)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user