# Test Configuration
# Copy this file to .env in the tests/ directory or project root
# OpenAI API key for integration tests
# Get this from: https://platform.openai.com/api-keys
# Required for running prompt-to-tool mapping tests
OPENAI_API_KEY=your-openai-api-key-here
# Optional: SD Elements configuration for integration tests
# Only needed if tests make real API calls
SDE_HOST=https://your-sdelements-instance.com
SDE_API_KEY=your-sdelements-api-key-here