Hi everyone, I just learned about Vapi and I’m trying to build an AI voice agent that maintains memory for each user. Unlike typical customer support scenarios,where remembering past conversations isn’t essential, my use case requires persistent memory of prior interactions to function properly.
Pretty much, once the AI agent receives a call, it should immediately identify the user from the phone number and respond accordingly.
I haven’t found this kind of functionality in Vapi yet. Am I missing something?