Yasu777 commited on
Commit
978c414
·
verified ·
1 Parent(s): c322ed6

Update tavily_search.py

Browse files
Files changed (1) hide show
  1. tavily_search.py +1 -1
tavily_search.py CHANGED
@@ -73,7 +73,7 @@ def summarize_results(results):
73
 
74
  result_items = results.get('results', [])
75
  if not result_items:
76
- return {'markdown': "Error: No results found or unexpected data format.", 'html': "Error: No results found or unexpected data format."}
77
 
78
  snippets = []
79
  references = []
 
73
 
74
  result_items = results.get('results', [])
75
  if not result_items:
76
+ return {'markdown': "結果が見つかりません。別のキーワードを入力してください。", 'html': "結果が見つかりません。別のキーワードを入力してください。"}
77
 
78
  snippets = []
79
  references = []