BoxcarsAI / boxcars

Building applications with composability using Boxcars with LLM's. Inspired by LangChain.
MIT License
430 stars 39 forks source link

Fix `Boxcars::SecurityError` error when we have newline #192

Closed moustafasallam closed 4 months ago

moustafasallam commented 4 months ago

Boxcars::ActiveRecord raises Boxcars::SecurityError error when certain words appears in the run statement. However it seems that the newline character is included as bad word which prevent some queries to be executed.

The goal of this PR is to remove the new line Char from the list of bad words.