Skip to content

Commit c9fccf1

Browse files
author
Jose Antonio Garcia Garcia
committed
Minor
1 parent db18633 commit c9fccf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/System Application/App/AI/src/Copilot/AzureAIServiceType.Enum.al

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// Licensed under the MIT License. See License.txt in the project root for license information.
44
// ------------------------------------------------------------------------------------------------
55
namespace System.AI;
6+
using System.AI.DocumentIntelligence;
67

78
/// <summary>
89
/// The supported service types for Azure AI.
@@ -27,6 +28,6 @@ enum 7778 "Azure AI Service Type" implements IAIServiceName
2728
value(1; "Azure Document Intelligence")
2829
{
2930
Caption = 'Azure Document Intelligence';
30-
Implementation = IAIServiceName = "Azure OpenAI Impl";
31+
Implementation = IAIServiceName = "Azure DI Impl.";
3132
}
3233
}

0 commit comments

Comments
 (0)