set_user_preference
Save a user preference such as home or work address for future use. Use key-value pairs to store locations and settings, enabling the recommender to personalize outfits for your journeys.
Instructions
Store a user preference like home/work addresses or other settings. Use this when the user wants to save a location for future use (e.g., 'save my home as Bristol' or 'set work to Bath').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Preference key (e.g., 'home', 'work', 'gym', 'favourite_cafe') | |
| value | Yes | Preference value (e.g., 'Bristol City Centre', 'London Bridge') | |
| category | No | Category of preference | location |