hello guys, im a newbie
having problems with variables that i send in assistantOverrides as variableValues
i checked that assistant have access to them, if i use them in Say node, like {{age}} for example, it says the age correctly
but when using the same variable in api request node like: someapi.com/request?age={{age}}
it is not sending the variable value, but sending the actual string "{{age}}"
i cant understand what im doing wrong, would appreciate any help