mirror of
https://github.com/calesthio/OpenMontage.git
synced 2026-08-25 17:42:50 +08:00
fix: use minimax_video (not minimax_tokenplan_video) in fallback_tools
minimax_tokenplan_video does not exist in main branch (added in PR #297, not yet merged). Use minimax_video which is the existing tool. Fixes Copilot review comments on fallback_tools reference and contract test assertion.
This commit is contained in:
@@ -61,7 +61,7 @@ class TestContract:
|
||||
|
||||
def test_has_fallbacks(self):
|
||||
tool = JimengVideo()
|
||||
assert "minimax_tokenplan_video" in tool.fallback_tools
|
||||
assert "minimax_video" in tool.fallback_tools
|
||||
assert "kling_video" in tool.fallback_tools
|
||||
|
||||
def test_has_install_instructions(self):
|
||||
|
||||
Reference in New Issue
Block a user