Comment on Ask HN: How to Safeguard a LLM to SQL Prompt from SQL Injection?Comments−BWStearns1yTreat your LLM input like it's user input and don't execute SQL directly from a LLM output.
Comments
Treat your LLM input like it's user input and don't execute SQL directly from a LLM output.