I am trying to use Custom Web API skill in Azure AI Search from the Azure portal directly. It has the following template :
If I have to pass parameters to the api, for example a list and a boolean value along with some input property which is coming from /document, how can I do that ?
I have tried to look at various places but did not find any example for this scenario`
Looked at Azure documentation https://learn.microsoft.com/en-us/azure/search/cognitive-search-custom-skill-web-api and github repos but could not find anything.