hi, how do i prompt an assistant to save the vapi ...
# support
c
hi, how do i prompt an assistant to save the vapi call id as [name] so that i can use [name] as a parameter in a function?
k
Use {{call.id}} directly in your assistant prompt or tool call, or assign it a custom name like {{name}} by patching the call with assistantOverrides.variableValues via the API..
3 Views