I’m a little confused what is passed between tasks and how to refer to the data in subsequent tasks. I read up on context but I’m not sure if I need to refer to it in my prompt ({context}) or just use natural language to refer to it?
Lets say task one returns a list of “research topics” and task 2 is supposed to select from that list, what is the best way in task 2 to refer to the list? Also how can I debug what is being passed at runtime to task 2?