lib/human_sql.rb in human_sql-0.1.2 vs lib/human_sql.rb in human_sql-0.1.3

- old
+ new

@@ -132,10 +132,10 @@ prompt = <<-PROMPT An error occurred while processing the user's query. The error is as follows: "#{error_message}" - Please generate a natural language response that explains the error in a way that is understandable to the user in #{HumanSQLConfig[:default_language]. + Please generate a natural language response that explains the error in a way that is understandable to the user in #{HumanSQLConfig[:default_language]}. PROMPT call_openai_service(prompt) end end