Hi I was wondering if there is a supported and documented way to do the following:
I have agent 1/task 1 with output1
I have agent 2/task 2 which takes input from task 1’s output and produces output2
I have agent 3/task 3 which takes input from task 1 and 2’s output and produces output3
I have not found a way to pass in input from task1 to task3