Hi guys, I am having this issue where Pylance is detecting problems when defining a flow using the decorator. In concrete, where I use the results of one task into another. As my tasks are also decorated, the signature of one task is incompatible with the output of a preceding task output, anyone having this issue? I am doing something wrong or this behavior is expected? I tried to await for the results so the task output is properly resolved by the IDE but it didn't work.
Here a screenshot: