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
Kings_big💫
08/04/2025, 10:05 PM
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..