sublayerapp / sublayer

A model-agnostic Ruby Generative AI DSL and framework. Provides base classes for building Generators, Actions, Tasks, and Agents that can be used to build AI powered applications in Ruby.
https://docs.sublayer.com
MIT License
119 stars 2 forks source link

Create a new default output_adapter for :array_of_strings #12

Closed swerner closed 4 months ago

swerner commented 7 months ago

I think here we can use the CategoriesFromCodeGenerator: https://github.com/sublayerapp/blueprints/blob/main/lib/sublayer/generators/categories_from_code_generator.rb as an example that would use :array_of_strings

swerner commented 4 months ago

Fixed with: https://github.com/sublayerapp/sublayer/pull/47