fix:移动一些文件

This commit is contained in:
SengokuCola
2025-05-13 18:42:25 +08:00
parent fed71bccad
commit 334211cba1
5 changed files with 2 additions and 170 deletions

View File

@@ -310,6 +310,7 @@ class PromptBuilder:
message_txt=None,
sender_name="某人",
in_mind_reply=None,
target_message=None,
) -> Optional[str]:
if build_mode == "normal":
return await self._build_prompt_normal(chat_stream, message_txt or "", sender_name)
@@ -322,6 +323,7 @@ class PromptBuilder:
chat_stream,
sender_name,
in_mind_reply,
target_message,
)
return None