mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-07-14 12:48:03 +00:00
Checkpoint Odysseus local update
This commit is contained in:
@@ -55,3 +55,10 @@ def test_genuine_keywords_still_force_include():
|
||||
assert "reply_to_email" in ti.get_tools_for_query("reply to this email")
|
||||
assert "edit_document" in ti.get_tools_for_query("edit the document")
|
||||
assert "serve_model" in ti.get_tools_for_query("serve the model")
|
||||
|
||||
|
||||
def test_find_info_online_forces_web_search_tools():
|
||||
ti = _index()
|
||||
tools = ti.get_tools_for_query("find info online about crow box designs")
|
||||
assert "web_search" in tools
|
||||
assert "web_fetch" in tools
|
||||
|
||||
Reference in New Issue
Block a user