Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently the search prompt reduces the creativity of the LLM to a detrimental degree to the point that it can't search for anything that isn't presented in an extremely simple input query. In particular, if I try to specify the schema or the answer I want in my prompt the search that is output is unhelpful. Here's an example of a query I'd like to run that fails currently:
Here's the search term that gets output currently: Search Query: {"answer": "yes"}
Here's the search term that gets output after my change: Search Query: "Alienware Aurora R15 Desktop bluetooth support"
This simple prompt change should make the search internet node much more useful. In my example, it goes from a completely useless query to the exact query I would've expected.
Please let me know if there are any other changes you think I should make to the prompt to make sure that it doesn't break other people's use cases.