You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently package all the available HealthKit data to the LLM query for a user's request.
Solution
Query the GPT API to ask what health data would be needed to answer the question (a fixed set of types that the user gave permissions to and the needed date range)
Query the HealthKit API (with the selected type and date range)
Pass the requested data including the question to the GPT API
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
We currently package all the available HealthKit data to the LLM query for a user's request.
Solution
Code of Conduct
The text was updated successfully, but these errors were encountered: