I have a scenario where I need a flow graph node that a single input token, performs some processing on that token and the output none or several output tokens. What would be the best way to achieve this?
on input data
while data decode item
output item
Link Copied
That would seem to be served by multifunction_node.
Indeed. After reading the documentation a bit more thoroughly it makes sense. Thanks!
For more complete information about compiler optimizations, see our Optimization Notice.