We’re building an AI Chat using Azure AI Search, and the API supports adding the search query as a JSON body when using GET requests.
From what I can tell I can’t define a body in Appfarm when setting the HTTP method to GET, and since the search query is a vector array (1536 floats) I can’t add it as a query parameter (URL too long error).
Is there any workaround for this?