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

[Bug]: Array from object node does not return strings properly to next node if split is active #294

Closed ai-made-approachable closed 5 months ago

ai-made-approachable commented 6 months ago

What happened?

I have an array in an object node, e.g. [ "Can you suggest a good smartphone for a new purchase?", "I'm in the market for a new phone. Which one do you think is the best right now?" ]

If I use that as an input (e.g. for embedding node) and activate split it returns:

What was the expected functionality?

It should return:

Describe your environment

MacOS

Relevant log output

No response

Relevant screenshots

image

Code of Conduct

abrenneke commented 5 months ago

Should be fixed by #321 as well