Spaces:
Runtime error
Runtime error
Update tavily_search.py
Browse files- 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': "
|
| 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 = []
|