Patched backend eval
This commit is contained in:
@@ -8,7 +8,7 @@ class IGradeController(ABC):
|
||||
|
||||
@abstractmethod
|
||||
async def grade_writing_task(
|
||||
self, session_id: str, exercise_id: str,
|
||||
self,
|
||||
task: int, dto: any,
|
||||
background_tasks: BackgroundTasks
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user