feat:采用tool索引展开方式压缩tool,移除tool过滤器

This commit is contained in:
SengokuCola
2026-04-09 20:29:01 +08:00
parent 243b8deb43
commit 0852c38e81
10 changed files with 359 additions and 319 deletions

View File

@@ -12,3 +12,10 @@ def test_wait_tool_not_available_in_action_stage() -> None:
assert "wait" not in tool_names
assert "finish" in tool_names
assert "tool_search" in tool_names
def test_tool_search_not_available_in_timing_stage() -> None:
tool_names = {tool_spec.name for tool_spec in get_timing_tool_specs()}
assert "tool_search" not in tool_names