feat:
1. 建立问题库大纲,对应每个人生阶段槽位 2. 鼓励使用更生活化的交流语言共情与总结 3. 降低评审模型可能发生截断的概率 4. 成稿质量维度强化情感表达和上下文连贯性
This commit is contained in:
@@ -523,9 +523,7 @@ async def process_audio_segment(
|
||||
if _is_transcribe_failure(transcript_text):
|
||||
detail = (transcript_text or "").strip()
|
||||
if not detail:
|
||||
user_msg = (
|
||||
f"分段 {segment_index} 未识别到语音内容,请重试或检查麦克风与网络"
|
||||
)
|
||||
user_msg = f"分段 {segment_index} 未识别到语音内容,请重试或检查麦克风与网络"
|
||||
else:
|
||||
user_msg = f"分段 {segment_index} 语音识别失败,请稍后再试"
|
||||
await manager.send_message(
|
||||
@@ -698,9 +696,7 @@ async def process_user_message(
|
||||
audio_duration_seconds=audio_dur,
|
||||
tts_audio_urls=None,
|
||||
segment_id=segment.id,
|
||||
memory_retrieval_trace=getattr(
|
||||
turn, "memory_retrieval_trace", None
|
||||
),
|
||||
memory_retrieval_trace=getattr(turn, "memory_retrieval_trace", None),
|
||||
)
|
||||
if not turn_ids:
|
||||
logger.warning(
|
||||
|
||||
Reference in New Issue
Block a user