I want to ask several questions with AI agent then create HTML page based on answers. How to maintain answers?
I see that you’re already using “Simple Memory” subnode, so you can use Chat Memory Manager Node to recover the stored messages, and maybe using the Filter node to get the ones you want
I want AI answer questions related to business and calrify if client wants to make a purchase, if yes AI asks firstname and contact number. In my workflow I want to check if my AI got name and number, and then proceed other actions, if no AI keeps answer questions without going further @andrefarzat
Ah, I see. You probably want to use RAG and Tools. Have you played with them?
With RAG you can create a Vector Store with documents with info related to the business. It’s also possible to use a web crawler as RAG, so you can target a site and make it the content for the RAG.
And you can create a sub-workflow tool with firstname and contact number as arguments, so the agente will call this tool once the user interacts and the tool is called
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.