BoxcarsAI / boxcars

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

Extend Sql concept to produce and run ActiveRecord code instead of SQL #9

Closed francis closed 1 year ago

francis commented 1 year ago

The prompt for the SQL boxcar generates SQL to run against a database.

It might be possible to generate ActiveRecord code instead.