Patched backend eval
This commit is contained in:
@@ -10,6 +10,7 @@ class IEvaluationService(ABC):
|
||||
@abstractmethod
|
||||
async def create_evaluation(
|
||||
self,
|
||||
user_id: str,
|
||||
session_id: str,
|
||||
exercise_id: str,
|
||||
eval_type: EvaluationType,
|
||||
@@ -20,7 +21,7 @@ class IEvaluationService(ABC):
|
||||
@abstractmethod
|
||||
async def begin_evaluation(
|
||||
self,
|
||||
session_id: str, task: int,
|
||||
user_id: str, session_id: str, task: int,
|
||||
exercise_id: str, exercise_type: str,
|
||||
solution: any,
|
||||
background_tasks: BackgroundTasks
|
||||
|
||||
Reference in New Issue
Block a user