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