Skip to content

Commit

Permalink
support skip auto end session
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed May 29, 2024
1 parent 0dd4f44 commit a4622bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crewai/crew.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def _finish_execution(self, output) -> None:
self._rpm_controller.stop_rpm_counter()
if agentops:
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)

Expand Down

0 comments on commit a4622bf

Please sign in to comment.