Unfortunately type hints have not yet been implemented for multiple-ouput Fns (though I think perhaps Jack was looking into this?)
On Fri, May 9, 2025 at 2:40 PM Joey Tran <joey.t...@schrodinger.com> wrote: > Is it to just type it based on the main output? > def process(self, x) -> str: > yield "x" > yield TaggedOutput("numbers", 5) > >