You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if llm generate response was
LLM Response: intermediate_sql
SELECT XXX
SELECT XXX
when start extract_sql(self, llm_response: str) -> str
the answer will get
SELECT XXX
```sql
SELECT XXX
Will contain in the middle
An error is generated
Error running intermediate SQL: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use……
The text was updated successfully, but these errors were encountered:
if llm generate response was
LLM Response: intermediate_sql
SELECT XXX
SELECT XXX
when start extract_sql(self, llm_response: str) -> str
the answer will get
SELECT XXX
The text was updated successfully, but these errors were encountered: