fix: clarify start_long_term_update should only be called when task is completed (not mid-task)

This commit is contained in:
Liang Jiaqing
2026-04-18 13:09:01 +08:00
parent 11c41e7c4a
commit c529abce3c

View File

@@ -67,7 +67,7 @@
}},
{"type": "function", "function": {
"name": "start_long_term_update",
"description": "Start distilling long-term memory. Call when discovering info worth remembering (env facts/user prefs/lessons learned). Skip if memory already updated or in autonomous flow. Must call for tasks taking 15+ turns",
"description": "Start distilling long-term memory. Call when discovering info worth remembering (env facts/user prefs/lessons learned). Skip if memory already updated or in autonomous flow. Must call when a task that took 15+ turns is completed",
"parameters": {"type": "object", "properties": {}}}
}
]