@BruceHammer helped add a requests chain This hits a given URL, and then passes the parsed response as context to the LLM. Very useful interacting with the web! See the example of doing a google search here: https://
langchain.readthedocs.io/en/latest/exam
ples/chains/llm_requests.html
…
New Requests Chain: LLM Interaction with Web URLs
By
–