I have a client who provided me with a document that sounds more like a script than a knowledge base>
Looking at the details, it looks like they think when you open up the Pickaxe, The virtual agent as they are referring to it, will just start generating.
Hey @ihmunro , that could be possible IF the Pickaxe in question is connected to a Make or n8n scenario and is connected via an APIembed to an HTTP module.
@ihmunro hey mate, what do you mean with “the virtual agent will just start generating?”
If they want the agent to work programmatically, you can do so with a trigger and the APIs. But they won’t interact with it, they will simply get a response.
I have accomplished this with user memory. I created optional forms that the user could skip and just hit submit and it will automatically start generating for them. I have my prompt frames pointing back to send referencing their user memory. My users have been pretty happy with the process.