Skip to content

Commit

Permalink
Removing duplicate line (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG authored Apr 4, 2024
1 parent 1bf3ac2 commit cdcce4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agentops/langchain_callback_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ async def on_llm_end(
# TODO: more descriptive error
error_event = ErrorEvent(trigger_event=self.events.llm[str(run_id)],
details="on_llm_end: No generations", timestamp=get_ISO_time())
details="on_llm_end: No generations", timestamp=get_ISO_time())
self.ao_client.record(error_event)

@debug_print_function_params
Expand Down

0 comments on commit cdcce4a

Please sign in to comment.