Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG committed Sep 18, 2024
1 parent f381f95 commit 11cff95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agentops/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ def format_duration(start_time, end_time):
f"Analytics for this run - "
f"LLM calls: {self.event_counts['llms']} | "
f"Tool calls: {self.event_counts['tools']} | "
f"Actions: {self.event_counts['actions']} | "
f"Errors: {self.event_counts['errors']} | "
f"Duration: {formatted_duration} | "
f"Cost: ${formatted_cost}"
)
Expand Down

0 comments on commit 11cff95

Please sign in to comment.