Wiki description fix

This commit is contained in:
2026-07-26 03:17:42 -07:00
parent c24a37652c
commit ee6465d994
+1 -1
View File
@@ -50,7 +50,7 @@ async def _search(title: str, limit: int = 5, fallback: bool = False) -> str:
return f"No Wikipedia results found for '{title}'." return f"No Wikipedia results found for '{title}'."
if fallback: if fallback:
header = f"Article not found. Please select one of the following similar articles to proceed with '{title}':" header = f"Article not found. You MUST select one of the following articles and submit another query:"
else: else:
header = f"Search results for '{title}':" header = f"Search results for '{title}':"