Skip to content

Commit 85ab1ec

Browse files
committed
chore: print data
1 parent c300e30 commit 85ab1ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/apps/chat/task/llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ def run_task(self, in_chat: bool = True):
834834

835835
# execute sql
836836
result = self.execute_sql(sql=sql)
837+
print(result)
837838
self.save_sql_data(data_obj=result)
838839
if in_chat:
839840
yield orjson.dumps({'content': 'execute-success', 'type': 'sql-data'}).decode() + '\n\n'

0 commit comments

Comments
 (0)