ianarawjo / ChainForge

An open-source visual programming environment for battle-testing prompts to LLMs.
https://chainforge.ai/docs
MIT License
2.38k stars 181 forks source link

Join nodes do not properly propogate updates #257

Open Bruno-TT opened 7 months ago

Bruno-TT commented 7 months ago

Hi, just a small one - if we have something that looks like

prompt node -> join node -> prompt node, rerunning the first prompt node should "invalidate" the second prompt node (i.e. it should display that we need to rerun it), whereas atm the second join node keeps the tick above it and doesn't say it needs to be rerun. Thanks very much :)