Replies: 1 comment
|
I'd actually like this too. There are plenty of cases where the user's wording is already precise enough, and having the system rewrite it can sometimes lose important context or intent. It could even be nice as a toggle with a fallback strategy. Try the original query first and only generate an alternative if the initial search doesn't produce good results. I've seen similar "fail gracefully" ideas explored in projects like FailproofAI where the focus is on recovering from agent mistakes instead of always taking another automated step. Their repo is https://github.com/FailproofAI/failproofai. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi.
first of all: thank you, it's a great project!
there is one thing I am missing though: the option to turn off the automatic query generation for online searches.
So basically using the user's query directly, skipping this extra step.
it would be great if this could be enabled/disabled with an environment variable or a setting.
All reactions