"""Custom exception for LLM configuration errors.""" class LLMConfigurationError(ValueError): """Raised when the LLM service is not configured correctly.""" pass