Skip to content

Commit

Permalink
Update timesketch/api/v1/resources/llm_summarize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
berggren authored Feb 7, 2025
1 parent 6c295a2 commit 14ac3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timesketch/api/v1/resources/llm_summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def post(self, sketch_id: int):
).observe(duration)

return jsonify(
# TODO: Add runtime seconds
{
"summary": summary_text,
"summary_event_count": total_events_count,
Expand Down

0 comments on commit 14ac3c1

Please sign in to comment.