refactor: improve update_working_checkpoint description and adjust TG bot default behavior

This commit is contained in:
Jiaqing Liang
2026-02-27 20:17:49 +08:00
parent a3a3b55f1e
commit 75f8ef2564
3 changed files with 5 additions and 5 deletions

2
ga.py
View File

@@ -399,7 +399,7 @@ class GenericAgentHandler(BaseHandler):
yield f"key_info:\n{self.key_info}\n\n"
yield f"related_sop:\n{self.related_sop}\n\n"
next_prompt = self._get_anchor_prompt()
next_prompt += '\n[SYSTEM TIPS] 此函数一般在任务开始或中间时调用如果任务已成功完成应该是start_long_term_update用于结算长期记忆。\n'
#next_prompt += '\n[SYSTEM TIPS] 此函数一般在任务开始或中间时调用如果任务已成功完成应该是start_long_term_update用于结算长期记忆。\n'
return StepOutcome({"status": "success"}, next_prompt=next_prompt)
def do_no_tool(self, args, response):