Hello, I do have a problem:, I created a tool that has variables, when I make a call and update the variablesValues, yes it updates the variables in the system message but it doesn't update variables in the tools, one of the tools is doing a get request like this:
https://example.com/api/v1/tests?var1={{var1}}
I do change the variableValues when making the call request but it seems like in the tool var1 in the tool is not updated, any idea why ?