in aidial_assistant/json_stream/json_number.py [0:0]
def starts_with(char: str) -> bool: return char.isdigit() or char == "-"