From 171b6845adfe7df6059f79668d535ea48a436612 Mon Sep 17 00:00:00 2001 From: wangshiyouyang Date: Fri, 14 Jun 2024 18:46:13 +0800 Subject: [PATCH] update prompt --- ai/agents/agent_instance_util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ai/agents/agent_instance_util.py b/ai/agents/agent_instance_util.py index 15eaaa6c..60c471d6 100644 --- a/ai/agents/agent_instance_util.py +++ b/ai/agents/agent_instance_util.py @@ -202,7 +202,6 @@ def get_agent_mysql_engineer(self): Hand over your code to the Executor for execution. Don’t query too much data, Try to merge query data as simply as possible. Be careful to avoid using mysql special keywords in mysql code. - If function call is needed, the function name mast be 'run_mysql_code', be sure contains no other characters. Reply "TERMINATE" in the end when everything is done. ''', websocket=self.websocket,