# Bot configuration file name = "Weather Bot" description = "A bot that provides weather information" [bot] # Bot-specific settings api_key = "your-weather-api-key" default_location = "San Francisco" units = "metric" max_forecasts = 5 [features] # Feature flags cache_enabled = true verbose_logging = false rate_limit = 60