Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshiyouyang committed Jun 21, 2024
1 parent 0e16ba3 commit f03414a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai/agents/agent_instance_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ 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,
Expand Down

0 comments on commit f03414a

Please sign in to comment.