From ee6465d99479ad2c6918201d4326ba195a445ff4 Mon Sep 17 00:00:00 2001 From: moosecrap Date: Sun, 26 Jul 2026 03:17:42 -0700 Subject: [PATCH] Wiki description fix --- tools/wikipedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wikipedia.py b/tools/wikipedia.py index c93e154..0d28084 100644 --- a/tools/wikipedia.py +++ b/tools/wikipedia.py @@ -50,7 +50,7 @@ async def _search(title: str, limit: int = 5, fallback: bool = False) -> str: return f"No Wikipedia results found for '{title}'." 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: header = f"Search results for '{title}':"