def is_new_output_item()

in server/app/utils.py [0:0]


def is_new_output_item(event):
    return isinstance(event, RunItemStreamEvent)