From ac11d8f83052a239c2839ed51669d8fa7c275a87 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 5 Sep 2025 17:23:52 +0200 Subject: [PATCH] Refine comment --- app/models/period_highlights.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/period_highlights.rb b/app/models/period_highlights.rb index e78c4d937..391b5b75c 100644 --- a/app/models/period_highlights.rb +++ b/app/models/period_highlights.rb @@ -1,4 +1,4 @@ -# Contains a summary for a given set of events. You create these summaries with a time window +# Contains an AI-generated summary for a given set of events. You create these summaries with a time window # and a set of collections. We only store a key derived from the accessible events for those collections, # so that we reuse the same summary for users with different time zones or different accesses as long as the activity # is the same. This is important to keep AI costs down.