Skip to content

Commit

Permalink
Don't imply that search json has broad results
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Oct 27, 2024
1 parent 50ac36b commit ffc55c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion openai_server/agent_tools/google_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def save_results_to_file(results: Dict[str, Any], filename: str) -> None:
print(
f"""\n# Full search results available in this JSON file: {filename}
* One can write python code to extract the keys one wants from the JSON file.
* If need broad information or extraction of complex information, it is highly recommend passing entire JSON into ask_question_about_documents.py to get an answer to a question about the search results.
""")


Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "42e9a056acc68c18b0c8dc29503c93cac921a2bb"
__version__ = "50ac36b58207895d3fbe806778771658700297f4"

0 comments on commit ffc55c4

Please sign in to comment.