judge callable

This commit is contained in:
CakeCN
2025-09-14 13:52:24 +08:00
parent 38cf829077
commit 76b092ad68

View File

@@ -1,5 +1,5 @@
from typing import Callable, Any
from AlgoriAgent.projects.algoriAgent.tools.judge_tools import judge
from ..function_tools import judge
CHAPTER_FINISH = 0
CHAPTER_FOCUS = 1