I need to extract structured data from the conversation between the AI agent and the user. For this, I know I can use, for example, the "Information Extractor" node (it worked perfectly with a dummy conversation of 1000 words). My problem is that I don’t know how to "export" the conversation from each session to send it to the "Information Extractor" node and obtain the .json I’m looking for.
Should I export the entire conversation and process it through the node, or should I do it response by response? In either case, I have no idea how to do it. Any ideas?