def debug_print()

in aidial_adapter_openai/utils/streaming.py [0:0]


def debug_print(title: str, chunk: dict) -> None:
    if logger.isEnabledFor(logging.DEBUG):
        logger.debug(f"{title}: {chunk}")