From c529abce3c1e14f61ee1435370fca59277321391 Mon Sep 17 00:00:00 2001 From: Liang Jiaqing Date: Sat, 18 Apr 2026 13:09:01 +0800 Subject: [PATCH] fix: clarify start_long_term_update should only be called when task is completed (not mid-task) --- assets/tools_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/tools_schema.json b/assets/tools_schema.json index 4d91a26..ec870c2 100644 --- a/assets/tools_schema.json +++ b/assets/tools_schema.json @@ -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": {}}} } ] \ No newline at end of file