pull/937/head
114514 2025-05-09 01:23:56 +08:00
parent c948a00045
commit 407671ecfa
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class ActionPlanner:
relationship_text_str = getattr(conversation_info, "relationship_text", "你们还不熟悉。") relationship_text_str = getattr(conversation_info, "relationship_text", "你们还不熟悉。")
current_emotion_text_str = getattr(conversation_info, "current_emotion_text", "心情平静。") current_emotion_text_str = getattr(conversation_info, "current_emotion_text", "心情平静。")
persona_text = f"{self.name}" persona_text = f"{self.name}"
action_history_summary, last_action_context = self._build_action_history_context(conversation_info) action_history_summary, last_action_context = self._build_action_history_context(conversation_info)
# retrieved_memory_str, retrieved_knowledge_str = await retrieve_contextual_info( # retrieved_memory_str, retrieved_knowledge_str = await retrieve_contextual_info(
# chat_history_text, self.private_name # chat_history_text, self.private_name