Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.56k stars 226 forks source link

Object node can return arrays #320

Closed abrenneke closed 5 months ago

abrenneke commented 5 months ago

Inspect the output type of the object node and if it's an array, return a more-appropriate object[] type rather than object. Fixes #305

abrenneke commented 5 months ago

Good to know, I really only care about Array arrays here though I think