Skip to content

Conversation

@czajkub
Copy link
Collaborator

@czajkub czajkub commented Sep 12, 2025

This pull request adds a grouping of records in get_trend_data by device alongside date, and also adds an instruction for the LLM to keep track of duplicates - this should solve the issue of e.g. duplicated steps, by warning the user that some values are probably duplicates (and excluding them from the results) (subissue #22)

Another thing added is sums in get_trend_data - so far, if the user asked for the sum of some values the LLM would search for records within that timeframe, and the write a script summing them up - which is very inefficient. Instead, a sum field is added to one of the tools and the client is disencouraged from writing scripts for things like summing up values. (subissue #23)

@czajkub czajkub self-assigned this Sep 12, 2025
@czajkub czajkub requested a review from KaliszS September 12, 2025 13:45
This was linked to issues Sep 15, 2025
@czajkub czajkub merged commit 23f6129 into the-momentum:main Sep 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Summing up values Duplicated steps records

2 participants