diff --git a/agentops/client.py b/agentops/client.py index a024d9c7..8878e806 100644 --- a/agentops/client.py +++ b/agentops/client.py @@ -351,7 +351,7 @@ def handle_exception(exc_type, exc_value, exc_traceback): atexit.register( lambda: cleanup( end_state="Indeterminate", - end_state_reason="Process exited without calling end_session()", + end_state_reason="N/A (process exited without calling agentops.end_session(...))", ) ) signal.signal(signal.SIGINT, signal_handler)