🤖 This release introduces extra configuration options for the AI agent. You can now configure pre-defined chat commands.
Check https://statistics-for-strava-docs.robiningelbrecht.be/#/configuration/ai-integration?id=pre-defining-chat-commands for more information.
integrations:
ai:
# Other AI configuration options
agent:
commands:
- command: 'analyse-last-workout'
message: 'You are my bike trainer. Please analyze my most recent ride with regard to aspects such as heart rate, power (if available). Please give me an assessment of my performance level and possible improvements for future training sessions.'
- command: 'compare-last-two-weeks'
message: 'You are my bike trainer. Please compare my workouts and performance of the last 7 days with the 7 days before and give a short assessment.'
What's Changed
- ISSUE #927: Better support for swimming activities by @robiningelbrecht in #929
- ISSUE #930: No rewind available when there's only one year worth of data by @robiningelbrecht in #931
- ISSUE #906: Allow to configure commands for AI chat agent by @robiningelbrecht in #936
New Contributors
Full Changelog: v3.1.0...v3.1.1