Method for CrewAI >= 0.105.0 compatibility. Currently a no-op.
(self, event: Any = None)
| 53 | pass |
| 54 | |
| 55 | def record(self, event: Any = None): |
| 56 | """Method for CrewAI >= 0.105.0 compatibility. Currently a no-op.""" |
| 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.""" |
no outgoing calls