in aidial_assistant/json_stream/chunked_char_stream.py [0:0]
def __init__(self, source: AsyncIterator[str]):
self._source = source
self._chunk: str = ""
self._next_char_offset: int = 0
self._chunk_position: int = 0