textSQL icon indicating copy to clipboard operation
textSQL copied to clipboard

[Improvement] Prompt LM to return SQL query in markdown format for easy extraction

Open alex-sun-kuo opened this issue 1 year ago • 0 comments

Prompt LM to use markdown to indicate code text. Currently, we take text before ';' and after ':' from the LM response to extract the SQL query.

alex-sun-kuo avatar Mar 12 '23 07:03 alex-sun-kuo