feat & fix: 新增打个招呼选项 创建新会话;修复ai重复性提问的问题;修复输入键盘覆盖对话气泡的问题

This commit is contained in:
yangshilin
2026-03-11 14:39:39 +08:00
parent 4b4dea8a45
commit 4d2c31b5a6
9 changed files with 309 additions and 59 deletions

View File

@@ -6,6 +6,7 @@ from .conversation_prompts import (
get_system_prompt as get_conversation_prompt,
get_questions_for_stage,
get_guided_conversation_prompt,
get_opening_prompt,
INTERVIEW_QUESTIONS,
)
from .memory_prompts import (
@@ -34,6 +35,7 @@ __all__ = [
"get_conversation_prompt",
"get_questions_for_stage",
"get_guided_conversation_prompt",
"get_opening_prompt",
"INTERVIEW_QUESTIONS",
"get_memory_prompt",
"get_chapter_classification_prompt",