1
Plan and manage an Azure AI solution
medium
Refer to the exhibit. You are configuring an Azure AI Foundry agent for customer support. The agent uses Azure AI Search for retrieval and Azure OpenAI for generation. Users report that the agent provides correct answers but sometimes includes inappropriate language. What is the most likely cause?
Exhibit
{
"features": {
"search": {
"type": "azure_ai_search",
"index_name": "support-index",
"semantic_configuration": "default"
},
"chat": {
"type": "azure_openai",
"deployment": "gpt-4o",
"system_message": "You are a helpful assistant."
},
"content_safety": {
"type": "azure_content_safety",
"blocklist": "custom-blocklist",
"threshold": "high"
}
}
}