d
❓❓❓ Hello guys, I have a question regarding the APIs. Do you know if we can pass an additional custom parameter when calling an agent that will be passed to the custom LLM? This is because I need to create one assistant and use it for more than one user, is possible? Or I need to create one assistant for each user?
m
Could you elaborate a little more?
d
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.
c
So the end of call report basically? Did you look at the docs?