Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into llm-handler-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Aug 14, 2024
2 parents 8a772fb + 58d9a47 commit 7e4d4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentops/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e4d4c3

Please sign in to comment.