Merge verified Odysseus fixes

This commit is contained in:
pewdiepie-archdaemon
2026-07-23 14:49:02 +00:00
parent 4c9a8ca115
commit d8a2059df8
117 changed files with 15693 additions and 3191 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ def test_tell_in_web_query_does_not_force_email_tools():
"""The #1707 repro: a web request that merely contains the word 'tell' must
NOT drag in the email toolset."""
ti = _index_without_embeddings()
q = "visit https://www.youtube.com/user/PewDiePie and tell me the title of his latest video"
q = "visit https://www.youtube.com/user/example and tell me the title of the latest video"
tools = ti.get_tools_for_query(q)
leaked = _EMAIL_TOOLS & tools
assert not leaked, f"'tell me' must not force-include email tools, got {sorted(leaked)}"