Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Antonio Garcia Garcia committed Feb 11, 2025
1 parent db18633 commit c9fccf1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/// <summary>
/// The supported service types for Azure AI.
Expand All @@ -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.";
}
}

0 comments on commit c9fccf1

Please sign in to comment.