Ironclad / rivet

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

[Feature]: global value for split #355

Open andris1 opened 4 months ago

andris1 commented 4 months ago

Feature Request

It would be great if I could set the split value for all relevant nodes in one place. Maybe by passing it a context node?

Usually, while building a graph out, I want to keep it to like 2 test cases, but when that's done it would be nice to open the floodgates without having to change the split value in every place.

Code of Conduct

abrenneke commented 4 months ago

That's an interesting idea! I wonder what the best way to go about this is...

jcobol commented 2 months ago

We could allow a variable reference in the "Max" field, instead of just a hard-coded numeric value.