Code format.

This commit is contained in:
Kevin Hu 2025-12-01 12:20:57 +08:00
parent bbaeeb7da4
commit af8ac98df2

View file

@ -708,7 +708,7 @@ Please write the SQL, only SQL, without any other explanations or text.
""".format(index_name(tenant_id), "\n".join([f"{k}: {v}" for k, v in field_map.items()]), question, e)
try:
tbl, sql = get_table()
except:
except Exception:
return
if len(tbl["rows"]) == 0: