# OpenAI Configuration
OPENAI_API_KEY=your_openai_api_key_here
# Google OAuth Configuration for Tasks API
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
GOOGLE_REDIRECT_URI=your_google_redirect_uri
GOOGLE_REFRESH_TOKEN=your_google_refresh_token
# Dynamic Prompts Configuration
# Set this to the directory containing your markdown prompt files
# Examples:
# PROMPTS_DIRECTORY=./prompts
# PROMPTS_DIRECTORY=/path/to/your/prompts
# PROMPTS_DIRECTORY=C:\Users\username\Documents\prompts
PROMPTS_DIRECTORY=./prompts