Dynamic Variable are getting parsed properly
# support
r
Call ID: 4bde5e11-bd0d-4cf8-9f50-d1de95c4a483 Issue: I have passed the value of a dynamic variable(non_technical_questions) as empty string (""), but in the system prompt it got interpreted as {{non_technical_questions}} Expected: The value should be printed as empty string only. https://cdn.discordapp.com/attachments/1392388646245503086/1392388646614597723/image.png?ex=686f5a7a&is=686e08fa&hm=26925f4dc8d559add637ab04a08c8f777aa0a3c2d5ab52e180352175d79b9c00&
c
Hey Rabbani, thanks for the details. Our team will look into it and get back to you. Lopping in@Shubham Bajaj
In order to pass these dynamic variables to be used with your assistant, these need to be declared in the assistantOverrides.variableValues object. You will then be able to get the variables through an API request or another method of data retrieval of your choice.