Avoiding entities for GenAI Node

Hello there!

There is a use case I’m dealing with in which there is a GenAI node, for this node I"m giving 2 context objects in the system prompt. And the task of this node is, the node should extract the content properly from these context objects and present it to the user. And the details in the context objects are properly read and fed to the system prompt.

But the issue is that the GenAI node is expecting valid inputs values ( entities). So, my question is can’t we use GenAI node without expecting any entity values? If possible then please share the approach

I’ll need more information about your use case, but I’m thinking the AI Prompt node might be a better fit than the GenAI node. Can you share a screen shot of your GenAI node setup (context window) contents and entity definitions?