Skip to content

Commit

Permalink
⚡ [Enhance] Suppress analyzing results info
Browse files Browse the repository at this point in the history
  • Loading branch information
Hansimov committed Dec 8, 2023
1 parent b286bf5 commit f8189ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions networks/message_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ def parse(self, data, return_output=False):
elif message_type in ["InternalSearchResult"]:
analysis_str = f"[Analyzing search results ...]"
logger.note(analysis_str)
if return_output:
return self.outputer.output(
analysis_str, content_type="InternalSearchResult"
)
# if return_output:
# return self.outputer.output(
# analysis_str, content_type="InternalSearchResult"
# )
# Message: Loader status, such as "Generating Answers"
elif message_type in ["InternalLoaderMessage"]:
# logger.note("[Generating answers ...]\n")
Expand Down

0 comments on commit f8189ac

Please sign in to comment.