I am working on a project where we are using Outsystems and Azure OpenAI, but i need to limit the responses of the application to only use the data that we have exposed to the robot.
If I would be using regular API, I can see it would need to add the datasource to the body (example below). Does this connector support this?
"dataSources": [ { "type": "AzureCognitiveSearch", "parameters": { "endpoint": "https://example.search.windows.net", "key": "key", "indexName": "indexname" } } ]