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
Thank you!!
is this done through context? I see some other people mentioning this, but then how to reference that output once I pass it as context?
Welcome to the community!
I believe your question is thoroughly addressed in the “Referring to Other Tasks” section of the documentation.
Please check out the examples there and try adapting them to your needs. If things don’t go as planned, feel free to keep this thread going!
1 Like
Yes, as you and Max stated it’s done through context. Have you tried that and did it solve your issue?
1 Like
yes I got it via the context thank you both very much!