jkomoros / prompt-garden

A framework for gardening LLM prompts
Apache License 2.0
9 stars 0 forks source link

Add a `array` seed_type #27

Open jkomoros opened 1 year ago

jkomoros commented 1 year ago

It should take an array of sub-statements to execute, and return an array of each one's values.

Perhaps it should be one type with a boolean?

Kind of similar to type object, and will also likely have some funky type issues like that one did

Should just be array, and then later have a parallel optional bool