Hello,
I am currently working ona project where i need to create a basic agent(search + followup) which can answer user's questions based on a GCS datastore(which has few pdfs).
The problem i am facing is that after it gets the answer for an initial question, if the follow-up message is something general like: "make this shorter" or "explain in simple terms", then it fails and gives a fallback response like: "please try re-phrasing your query". Also, from the response, i can makeout that it is trying to search the datastore for content similar to the follow-up message but obviously fails.
Is there a way where i could enable simple follow-ups once the main question has been answered?