More guidance tuning

This commit is contained in:
2026-07-26 03:40:07 -07:00
parent ee6465d994
commit 62c06b6254
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ async def _search(title: str, limit: int = 5, fallback: bool = False) -> str:
lines.append(f"{i}. [{title_res}] - Snippet: {snippet}")
if fallback:
lines.append("\n[Tip: Use the title in brackets [ ] to explore the selected page.]")
lines.append("\nUse the title in brackets [ ] to explore the selected page.")
return "\n".join(lines)