Patched backend eval

This commit is contained in:
Carlos-Mesquita
2024-11-26 09:08:12 +00:00
parent 6e0276b79d
commit 47cdfe1478
9 changed files with 47 additions and 21 deletions

View File

@@ -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
):