in aidial_analytics_realtime/dial.py [0:0]
def _non_empty_string(value: str) -> Iterator[str]: if non_empty := value.strip(): yield non_empty