WIP - Code refactoring

This commit is contained in:
AjaySi
2024-03-28 23:22:58 +05:30
parent 3920186fc7
commit bedd0ac422
14 changed files with 17 additions and 16 deletions

View File

@@ -56,7 +56,7 @@ def do_google_serp_search(search_keywords):
def do_tavily_ai_search(search_keywords, include_domains=None):
""" """
""" Common function to do Tavily AI web research."""
try:
# FIXME: Include the follow-up questions as blog FAQs.
logger.info(f"Doing Tavily AI search for: {search_keywords}")