more require

This commit is contained in:
CakeCN
2025-09-11 01:09:01 +08:00
parent 81c073976a
commit b88aa60296
7 changed files with 10 additions and 12 deletions

View File

@@ -5,15 +5,13 @@ from agentscope.service import (
ServiceExecStatus,
)
import os
def judge(filepath:str, name: str, course_id: str, lesson_id: str, root_path:str):
def judge(filepath:str, name: str, course_id: str, root_path:str):
"""Call this method to judge the student's solution after they have completed the problem.
Args:
filepath (`str`): The path to the file containing the student's solution.
name (`str`): The name of the problem.
course_id (`str`): The id of the course.
lesson_id (`str`): The id of the lesson.
root_path (`str`): The root path of the user's workspace project.
Returns:
Report `tuple(int,str)`: The report of the student's solution.