md system prompt

This commit is contained in:
2026-07-07 07:55:10 +07:00
parent b4cac4f383
commit 35f1482228
2 changed files with 326 additions and 41 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ function SQLexecution(executeSQL::Function, sql::T
else
sql = sql * ";"
end
result = executeSQL(sql)
result = executeSQL(sql) #BUG sometime return table, sometime error
df = DataFrame(result)
tablesize = size(df)
row, column = tablesize