Ends the session for CrewAI >= 0.105.0 compatibility. Calls the global legacy end_session.
(self, **kwargs: Any)
| 57 | pass |
| 58 | |
| 59 | def end_session(self, **kwargs: Any): |
| 60 | """Ends the session for CrewAI >= 0.105.0 compatibility. Calls the global legacy end_session.""" |
| 61 | end_session(session_or_status=self, **kwargs) |
| 62 | |
| 63 | |
| 64 | @deprecated("Use agentops.start_trace() instead.") |