Dict/kwargs for inputs? (instead of flat list)

As my input lists get longer, it gets harder to make sure I’m providing all the Inputs in the right order. I could imagine specifying the inputs with a dict instead of a list, and the callback could be defined with kwargs… Or maybe there’s a better near-term solution that’s not a feature request?

1 Like