Hello! My first question here after a week of retool.
I'm struggling in a configuration of the AI Chat model I'm customizing.
I made a config that changes dinamically the instructions and vectordataspace of a Retool AI component
Everything works until I want to dinamically ask not to use a vector model based on my configuration.
I've tried something like this in a script, but, even if I get no errors, nothing happens (checked the status of the variable after this code)
sendMessageToGpt.data.vectorModeEnabled = false;
p.s. I'd like also to dinamically change the model but have the same issue.
Ideas?