Skip to content

v3.1.1

Choose a tag to compare

@robiningelbrecht robiningelbrecht released this 30 Jul 10:04

🤖 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

New Contributors

Full Changelog: robiningelbrecht/statistics-for-strava@v3.1.0...v3.1.1