feat:
1. 建立问题库大纲,对应每个人生阶段槽位 2. 鼓励使用更生活化的交流语言共情与总结 3. 降低评审模型可能发生截断的概率 4. 成稿质量维度强化情感表达和上下文连贯性
This commit is contained in:
@@ -62,7 +62,9 @@ class Segment(Base):
|
||||
tts_audio_urls = Column(JSON, nullable=True)
|
||||
# 用户轮次 durable message id(与 lineage_json 同步;便于查询)
|
||||
user_message_id = Column(
|
||||
String, ForeignKey("conversation_messages.id", ondelete="SET NULL"), nullable=True
|
||||
String,
|
||||
ForeignKey("conversation_messages.id", ondelete="SET NULL"),
|
||||
nullable=True,
|
||||
)
|
||||
# DialogueLineage JSON(schema 见 conversation.lineage_schemas)
|
||||
lineage_json = Column(JSON, nullable=True)
|
||||
|
||||
Reference in New Issue
Block a user