Hi,
I´m builiding a scenario where multiple ChatGPT modules are writing a blog article. Later in the scenario I use another GTP to check the blog article and give feedback. If the check is negative, blog article + feedback should go back some modules to being rewritten (considering the feedback).
To prevent infinite loops I thought about adding up a variable for each round and if this number reaches a certain value, an email will be send to me to take care of it.
Is there a possibility to make this possible?