Multiple parameters for a RestAPI call to OpenAI

Hi, I am trying to use multiple parameters within a RestAPI call to OpenAI (a custom API called). I can get it to work with a single paramater, but when I want to combine multiple paramaters I am getting errors. What would be the correct way to to this?

Alright, I ended up solving it with the CONCAT() function instead.

1 Like