You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Need advice on how to enable Azure Function Authentication for ChatGPT Plugins
To Reproduce
Once Azure Function authentication is turned on, function keys need to be sent with every request public HttpResponseData Run([HttpTrigger(AuthorizationLevel.Function, "get", "post")] HttpRequestData req)
Semantic Kernel does not send the function key, so it is unable to call the function
Expected behavior
A way to enable function keys to work with Semantic Kernel
The text was updated successfully, but these errors were encountered:
Describe the bug
Need advice on how to enable Azure Function Authentication for ChatGPT Plugins
To Reproduce
Once Azure Function authentication is turned on, function keys need to be sent with every request
public HttpResponseData Run([HttpTrigger(AuthorizationLevel.Function, "get", "post")] HttpRequestData req)
Semantic Kernel does not send the function key, so it is unable to call the function
Expected behavior
A way to enable function keys to work with Semantic Kernel
The text was updated successfully, but these errors were encountered: