We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db18633 commit c9fccf1Copy full SHA for c9fccf1
src/System Application/App/AI/src/Copilot/AzureAIServiceType.Enum.al
@@ -3,6 +3,7 @@
3
// Licensed under the MIT License. See License.txt in the project root for license information.
4
// ------------------------------------------------------------------------------------------------
5
namespace System.AI;
6
+using System.AI.DocumentIntelligence;
7
8
/// <summary>
9
/// The supported service types for Azure AI.
@@ -27,6 +28,6 @@ enum 7778 "Azure AI Service Type" implements IAIServiceName
27
28
value(1; "Azure Document Intelligence")
29
{
30
Caption = 'Azure Document Intelligence';
- Implementation = IAIServiceName = "Azure OpenAI Impl";
31
+ Implementation = IAIServiceName = "Azure DI Impl.";
32
}
33
0 commit comments