msse-ai-engineering / src /llm /llm_configuration_error.py
Seth McKnight
Add memory diagnostics endpoints and logging enhancements (#80)
0a7f9b4
"""Custom exception for LLM configuration errors."""
class LLMConfigurationError(ValueError):
"""Raised when the LLM service is not configured correctly."""
pass