Support request- Dynamic Variables.
I am using the following CREATE CALL API request-
{"assistantId": "e42e7992-31aa-455b-8939-52b50ada34f7",
"phoneNumberId": "4f4b2672-35d5-43d9-8858-57f828b6d264",
"customer": {
"number": "+13365540000",
"assistantOverrides": {
"variableValues": {
"1": "Mr",
"2": "Jones"
}
}
}
}
The assistant is newly created and consists ONLY of a First message-
Hello, my name is {{2}} and a system prompt of-Your name is {{2}}
EXPECTED BEHAVIOUR-
I am expecting that the assistant calls me and says- "Hello, my name is Jones" and when asked "What is your name?" answers "My name is Jones"
EXISTING BEHAVIOUR-
I get a call and am greeted with- "Hello, my name is 2" and when asked "What is your name? answers "My name is 2"
{"assistantId": "e42e7992-31aa-455b-8939-52b50ada34f7",
"phoneNumberId": "4f4b2672-35d5-43d9-8858-57f828b6d264",
"customer": {
"number": "+13365540000",
"assistantOverrides": {
"variableValues": {
"1": "Mr",
"2": "Jones"
}
}
}
}
The assistant is newly created and consists ONLY of a First message-
Hello, my name is {{2}} and a system prompt of-Your name is {{2}}
EXPECTED BEHAVIOUR-
I am expecting that the assistant calls me and says- "Hello, my name is Jones" and when asked "What is your name?" answers "My name is Jones"
EXISTING BEHAVIOUR-
I get a call and am greeted with- "Hello, my name is 2" and when asked "What is your name? answers "My name is 2"