Hi,
I'm trying to create an automated flow which is kicked off in teams from a keyword, posts a http request to chatGPT and the reply comes through to a particular teams channel. There are plenty of examples of this around but i'm struggling with the body of the http..
I get it to respond but it is not the answer to the question posted. In the examples I've seen, it allows you to insert a dynamic function of teams of body content in the prompt, but it's not giving me the option? Only gives me body, which returns the below;
' ```
OP 2021-03-30: I found the solution. I was using the wrong subscription endpoint. I was using the beta endpoint, which is not supported by the SDK. I changed it to the v1.0 endpoint and it worked.
Does anyone know how I can get the body content dynamic expression available? Attached an image of the http part of the flow for reference. I need body content and not body in the prompt!
Thanks,