We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3102633 commit 31cc4f4Copy full SHA for 31cc4f4
backend/apps/chat/task/llm.py
@@ -834,7 +834,6 @@ def run_task(self, in_chat: bool = True):
834
835
# execute sql
836
result = self.execute_sql(sql=sql)
837
- print(result)
838
self.save_sql_data(data_obj=result)
839
if in_chat:
840
yield orjson.dumps({'content': 'execute-success', 'type': 'sql-data'}).decode() + '\n\n'
0 commit comments