Skip to content

exceptions

dandy.llm.exceptions

LlmCriticalError

LlmValidationCriticalError

Bases: LlmCriticalError

Source code in dandy/llm/exceptions.py
def __init__(self):
    super().__init__('The format of the response from the LLM service war not processable.')

LlmRecoverableError