Make LLM suggestions locale-aware #8
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
foravo/milestone-proof-20260519050317#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from GitHub issue
StanfordCS194/spr26-Team-22#94.Source: https://github.com/StanfordCS194/spr26-Team-22/issues/94
Original author: @nriedman
Original state: open
Summary
Currently, the context ingested by the LLM is centered around what types of events the user likes to do. While this does improve suggestions, a point of feedback we got during Demo Day 2 was that the suggestions felt disconnected from the context of things like the user's location and the time of the suggestion.
Requirements
We should modify the context injection to also provide the LLM information that aligns the suggestion with the time of the activity. This could be the user's location, the current time, or event a database of local attractions.
Notes
N/A