Hi,
Thanks for your help but I think I've made an error with the model data inputs. Can you please help me out with the model data inputs here?
Copilot Studio Model data:


Azure Open AI code:
{
"data_sources": [
{
"type": "azure_search",
"parameters": {
"filter": null,
"endpoint": "'$search_endpoint'",
"index_name": "pr24-yw-ofwat",
"project_resource_id": "/subscriptions/f6b47df9-19c7-4fc2-95bf-2083d0029690/resourceGroups/bmaopenairesourcegroup/providers/Microsoft.MachineLearningServices/workspaces/sales",
"semantic_configuration": "azureml-default",
"authentication": {
"type": "system_assigned_managed_identity",
"key": null
},
"embedding_dependency": null,
"query_type": "vectorSimpleHybrid",
"in_scope": true,
"strictness": 3,
"top_n_documents": 5,
"key": "'$search_key'",
"indexName": "'$search_index'"
}
}
],
"messages": [],
"deployment": "gpt-4",
"temperature": 0.7,
"top_p": 0.95,
"max_tokens": 800,
"stop": null,
"stream": true,
"frequency_penalty": 0,
"presence_penalty": 0,
"azureSearchEndpoint": "https://undefined.search.windows.net",
"azureSearchKey": "***"
}
Index in Azure AI search

