File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/nonebot_plugin_nyaturingtest Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -764,9 +764,7 @@ def __feedback_stage(
764764 logger .debug (f"反馈阶段更新事件:{ self .long_term_memory_events } " )
765765 self .long_term_memory_knowledge .add_texts (response_dict ["analyze_result" ]["knowledge" ])
766766 logger .debug (f"反馈阶段更新知识:{ self .long_term_memory_knowledge } " )
767- self .long_term_memory_relationships .add_texts (
768- response_dict ["analyze_result" ]["relationships" ]
769- )
767+ self .long_term_memory_relationships .add_texts (response_dict ["analyze_result" ]["relationships" ])
770768 logger .debug (f"反馈阶段更新人物关系:{ self .long_term_memory_relationships } " )
771769
772770 # 回复意愿
@@ -849,6 +847,9 @@ def __chat_stage(
849847 - 不重复自己历史中的用语模板。
850848 - 表情符号使用克制,除非整体就是 emoji。
851849 - 一次只回复你想回复的消息,不做无意义连发。
850+ - 不要在回复中重复表达信息
851+ - 尽量精简回复消息数量,能用一个消息回复的就不要分成多个消息
852+
852853
853854## 3. 输入信息
854855
@@ -912,9 +913,7 @@ def __chat_stage(
912913```json
913914{{
914915 "reply": [
915- "回复内容1",
916- "回复内容2",
917- "回复内容3"
916+ "回复内容1"
918917 ]
919918}}
920919"""
You can’t perform that action at this time.
0 commit comments