Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hey there, hope you don't mind me asking yet another question (thanks for your answers so far!). No rush to get back to me. 

Is it possible to send the output from one node to multiple nodes? Like, let's say I want to take a text input and send it to two different classifier prompts -- is that possible? I can try and find a workaround if not.

Thanks!!

Hey sorry I'm just seeing this, you can connect output terminals to any number of input terminals. However, input terminals can only have one connection. Nodes execute after they get all the information they need. Some nodes execute in parallel with others (like the gpt3 node and the code node is "async" is checked) while others dont need the extra thread so they execute in series by order of whichever was ready first. Hope this helps