Hey guys, Do you know how can we provide an input variable for a task that has to be figured out first by the previous agent? For example, let's say the first agent will have to search for the URL of the Twitter profile of the CEO of a company given by the user. Then the second agent must use the URL found by the first agent as an input to use a scraper tool, analyze the last 20 tweets and summarize its findings. I am confused on how you can explicitly add the url parameter to the task to use it as an input.