Is it to just type it based on the main output?
def process(self, x) -> str:
    yield "x"
    yield TaggedOutput("numbers", 5)

Reply via email to