def to_json_content()

in aidial_adapter_dial/utils/exceptions.py [0:0]


def to_json_content(exc: DialException | ResponseWrapper) -> Any:
    if isinstance(exc, DialException):
        return exc.json_error()
    else:
        return exc.content