We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c300e30 commit 85ab1ecCopy full SHA for 85ab1ec
backend/apps/chat/task/llm.py
@@ -834,6 +834,7 @@ 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