Hello! I have a bot going that has a few tasks, but now whenever i try to create a new agent node it fails when entering the node. I get this error message
{
“debugTitle”: “Intent Failed/Abandoned”,
“reason”: {
“cause”: “Cannot set properties of undefined (setting ‘modelMetaData’)”,
“causeId”: 7
},
if anyone has any idea of what might of caused this or how to fix it please let me know. All of the GenAI nodes that have been in the bot are still working it is just the ones I am trying to add that wont work.
I am using GPT-4o-mini currently but have tried multiple models. This is example of agent node that is not working. I have also tried to make an identical agent node to one that is already working, and it still does not work. I also exported the project and imported it into a new project and still have the same issue, however when starting a project from scratch, I have no problem with the agent nodes. It almost seems as if the bot got corrupted or something along those lines.