错题处理失败时直接显示具体错误信息。
This commit is contained in:
@@ -237,6 +237,7 @@ class WrongQuestionOut(BaseModel):
|
||||
solution_text: str | None
|
||||
mark_regions: list[dict] | None = None
|
||||
has_annotated_image: bool = False
|
||||
error_message: str | None = None
|
||||
status: WrongQuestionStatusEnum
|
||||
created_at: datetime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user