From c9fccf15b25f2a2912d1599eb73899cf5b554f7d Mon Sep 17 00:00:00 2001 From: Jose Antonio Garcia Garcia Date: Tue, 11 Feb 2025 10:15:34 +0100 Subject: [PATCH] Minor --- .../App/AI/src/Copilot/AzureAIServiceType.Enum.al | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/System Application/App/AI/src/Copilot/AzureAIServiceType.Enum.al b/src/System Application/App/AI/src/Copilot/AzureAIServiceType.Enum.al index f7e112f07a..94783dcd64 100644 --- a/src/System Application/App/AI/src/Copilot/AzureAIServiceType.Enum.al +++ b/src/System Application/App/AI/src/Copilot/AzureAIServiceType.Enum.al @@ -3,6 +3,7 @@ // Licensed under the MIT License. See License.txt in the project root for license information. // ------------------------------------------------------------------------------------------------ namespace System.AI; +using System.AI.DocumentIntelligence; /// /// The supported service types for Azure AI. @@ -27,6 +28,6 @@ enum 7778 "Azure AI Service Type" implements IAIServiceName value(1; "Azure Document Intelligence") { Caption = 'Azure Document Intelligence'; - Implementation = IAIServiceName = "Azure OpenAI Impl"; + Implementation = IAIServiceName = "Azure DI Impl."; } } \ No newline at end of file