Let's say I have a demo on the homepage that will be accessible via email. I need an assistant to guide the user through the demo, and at the end, the assistant will save some information to the user's record.
I need to send the user's email to my Vapi Assistant, which will then forward it to my custom LLM in order to complete this task, as it will involve a function call that saves the information to the database.
I would like to know if it's possible to send metadata or a custom variable to my custom LLM during this process.