🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-17 06:46:11 +00:00
parent 959401f765
commit 78d7ce284a
2 changed files with 0 additions and 2 deletions

View File

@@ -69,7 +69,6 @@ class ResponseGenerator:
return None return None
async def _generate_response_with_model(self, message: MessageThinking, model: LLMRequest, thinking_id: str): async def _generate_response_with_model(self, message: MessageThinking, model: LLMRequest, thinking_id: str):
info_catcher = info_catcher_manager.get_info_catcher(thinking_id) info_catcher = info_catcher_manager.get_info_catcher(thinking_id)
if message.chat_stream.user_info.user_cardname and message.chat_stream.user_info.user_nickname: if message.chat_stream.user_info.user_cardname and message.chat_stream.user_info.user_nickname:

View File

@@ -110,7 +110,6 @@ class PromptBuilder:
"memory_prompt", related_memory_info=related_memory_info "memory_prompt", related_memory_info=related_memory_info
) )
# print(f"相关记忆:{related_memory_info}") # print(f"相关记忆:{related_memory_info}")
# 日程构建 # 日程构建