优化记忆提取提示词:支持他人信息与people类目,重构消息结构;思考结束补回车

This commit is contained in:
2026-08-14 20:57:55 +08:00
parent 358299a5cc
commit 14f2a36d45
2 changed files with 38 additions and 13 deletions
+2 -2
View File
@@ -92,14 +92,14 @@ func main() {
},
func(text string) {
if resetStyle {
fmt.Print("\x1b[0m")
fmt.Print("\x1b[0m\n")
thinkStyle, resetStyle = false, false
}
fmt.Print(text)
},
func(name, args string) {
if resetStyle {
fmt.Print("\x1b[0m")
fmt.Print("\x1b[0m\n")
thinkStyle, resetStyle = false, false
}
fmt.Printf("🔧 调用工具: %s %s\n", name, args)