Hopefully someone can assist. I am trying to create an LLM thread (using perplexity within Make.com because it has access to web search) that consists of three web searches that build upon themselves. My thought is to call the HTTP Module (using my Perplexity API) three ties in sequence and pass the information from the first call to the second…second to third and so on. The problem is that I want to collect all of the “working papers” from each search - not just the results - so that the latter searches go “deeper” than the initial ones.
To summarize - Is there any way to create a thread of LLM inquiries within Make.com that repeatedly searches the internet?
Thanks