Is there a way to send information to a running assistant via API?
Personal Assistant Use case:
User asks for some research which takes longer than 20 seconds. Research is done async and then i would like to tell the assistant the result once it is ready (e.g. 2 minutes later).
2 questions:
User asks for some research which takes longer than 20 seconds. Research is done async and then i would like to tell the assistant the result once it is ready (e.g. 2 minutes later).
2 questions:
- Can i use vapi.send from the SDK for this? (so does the assistant react to the text messages i sent?)
- Is there a way to do this via API? Because I would like to have my Backend call the VAPI Api with the results of the research.
Thanks!