I am kind of new to Langchain. I wanted to create an app that uses Langchain's search agents like serpapi and find some useful information on the internet. But most of the times, when I want references from it, it returns irrelevant sources. I want to manage what it searches. How can I do that in python?
I have searched for the solutions and found custom tools but they were not helpful.