feat: update medical training case and auth modules

This commit is contained in:
2026-06-03 17:34:47 +08:00
parent b4bb38b7be
commit fd0b3e1982
45 changed files with 1459 additions and 812 deletions
+4 -2
View File
@@ -29,6 +29,7 @@
"estimated_minutes": 45,
"osce_enabled": false,
"department_name": "呼吸内科",
"exam_items": [],
"teaching": {
"teaching_goal": "教学目标",
"discussion_questions": "讨论问题",
@@ -51,5 +52,6 @@
- `discussion_questions`:提取讨论题目,多个用换行分隔。
- `teacher_guide`:提取教师引导要点。
- `scoring_focus`:提取评分重点关注方向。
8. 不要生成 `scoring_rules``stages` 等字段
9. 输出必须是合法 JSON,不要包含注释或 markdown 代码块标记
8. `exam_items`:规则同传统病例;无检查数据时填 `[]`
9. 不要生成 `scoring_rules``stages` 等字段
10. 输出必须是合法 JSON,不要包含注释或 markdown 代码块标记。