Analysis Plan and Overrides

I'm almost sure that I used to be able to set up variables in the prompt of the analysis plan, but now it doesn't work.

I'm using javascript sdk:
await vapiClient.calls.create({
      assistantId,
      phoneNumberId: vapiPhoneNumbers[phoneNumberIndex],
      customer: { number: rawNumber, numberE164CheckEnabled: true },
      assistantOverrides: { variableValues: { ...callVariables } },
    });

In my callVariables, I have one called "today", and I have that variable in my Prompt on the Structured Data:
You will be given a transcript of a call and a system prompt for the AI voice assistant. Determine the call was successful and whether the recipient of the call booked a meeting.

Consider today as {{today}}.

But that value is completely ignored, the one in the assistant prompt is replaced and works as expected, but my variable in the analysis plan thinks it's 2023.
Was this page helpful?