feat:
1. 建立问题库大纲,对应每个人生阶段槽位 2. 鼓励使用更生活化的交流语言共情与总结 3. 降低评审模型可能发生截断的概率 4. 成稿质量维度强化情感表达和上下文连贯性
This commit is contained in:
@@ -45,7 +45,8 @@ class MemoirReadinessService:
|
||||
missing = [i for i in ids if i not in found_ids]
|
||||
if missing:
|
||||
raise EvaluationBadRequestError(
|
||||
"segment not in conversation: " + ", ".join(missing[:5])
|
||||
"segment not in conversation: "
|
||||
+ ", ".join(missing[:5])
|
||||
+ ("…" if len(missing) > 5 else "")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user