I want to use n8n reddit getpost node to get post and getComments node to get its’ comments. Reddit comments is pretty complicated. It seems like a comments tree.
The difficulty for me is that how to combine post and its comments, and then input them to LLM such as openai to summary a passage.
would you please help me to build such an automation?