Oneirocom / Magick

Magick is a cutting-edge toolkit for a new kind of AI builder. Make Magick with us!
https://magickml.com
Other
707 stars 116 forks source link

Add multiple trigger outputs to subspells #1189

Closed Knar33 closed 9 months ago

Knar33 commented 1 year ago

When a Spell node is created, it only ever has one output trigger, but you can have multiple output nodes in the spell itself. It would be nice if each output node had its associated trigger populated as an output on the Spell node, so that you can branch off into multiple branches of logic based on which output was called. This way you can have logic branching off of a subspell, without janky workarounds like packing the result into the output.

michaelsharpe commented 1 year ago

@Knar33 this is actually supported. But we stopped using output trigger nodes. It should work though.