BoxcarsAI / boxcars

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

make suggested next actions optional #94

Closed francis closed 1 year ago

francis commented 1 year ago

You can either pass the parameter wants_next_actions: true in the constructor or use the attr_accessor :wants_next_actions to change it after initialization.