-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Document Intelligence Module #2834
Conversation
src/System Application/App/AI/src/DocumentIntelligence/AzureDIImpl.Codeunit.al
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latin is nice, but maybe not popular enough ;-)
src/System Application/App/AI/src/DocumentIntelligence/ADIModelType.Enum.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/DocumentIntelligence/AzureDIImpl.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/DocumentIntelligence/AzureDIImpl.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/DocumentIntelligence/ADIModelType.Enum.al
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good changes for introducing ADI, minor comments.
src/System Application/App/AI/src/Azure AI Document Intelligence/AzureDI.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/Azure AI Document Intelligence/AzureDIImpl.Codeunit.al
Show resolved
Hide resolved
src/System Application/App/AI/src/Azure AI Document Intelligence/AzureDIImpl.Codeunit.al
Show resolved
Hide resolved
src/System Application/App/AI/src/Azure AI Document Intelligence/ADIModelType.Enum.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/Azure AI Document Intelligence/AzureDI.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
src/System Application/App/AI/src/Azure OpenAI/AzureOpenAIImpl.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/Azure AI Document Intelligence/AzureDIImpl.Codeunit.al
Outdated
Show resolved
Hide resolved
…ce/AzureDIImpl.Codeunit.al
…te/magnushar/ADI
... Application/App/AI/src/Azure AI Document Intelligence/AzureDocumentIntelligence.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/Azure AI Document Intelligence/ADIModelType.Enum.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/Copilot/CopilotCapEarlyPreview.Page.al
Show resolved
Hide resolved
... Application/App/AI/src/Azure AI Document Intelligence/AzureDocumentIntelligence.Codeunit.al
Outdated
Show resolved
Hide resolved
... Application/App/AI/src/Azure AI Document Intelligence/AzureDocumentIntelligence.Codeunit.al
Outdated
Show resolved
Hide resolved
…ce/AzureDocumentIntelligence.Codeunit.al Co-authored-by: encimita <[email protected]>
…ce/ADIModelType.Enum.al Co-authored-by: encimita <[email protected]>
…BCApps into private/magnushar/ADI
src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al
Show resolved
Hide resolved
src/System Application/App/AI/src/Azure OpenAI/AzureOpenAIImpl.Codeunit.al
Show resolved
Hide resolved
src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al
Show resolved
Hide resolved
src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al
Show resolved
Hide resolved
src/System Application/App/AI/src/Copilot/CopilotCapabilityImpl.Codeunit.al
Show resolved
Hide resolved
src/System Application/App/AI/src/Copilot/Interfaces/IAIServiceName.Interface.al
Outdated
Show resolved
Hide resolved
src/System Application/App/AI/src/Copilot/AzureAIServiceType.Enum.al
Outdated
Show resolved
Hide resolved
You are free to ignore the comment but what you consider nitpicking, I do not... If I did, I would have said so or not commented at all.
From: Magnus Hartvig Grønbech ***@***.***>
Sent: Tuesday, 11 February 2025 09:57
To: microsoft/BCApps ***@***.***>
Cc: Gert Robyns ***@***.***>; Review requested ***@***.***>
Subject: Re: [microsoft/BCApps] Azure Document Intelligence Module (PR #2834)
@Groenbech96 commented on this pull request.
________________________________
In src/System Application/App/AI/src/Copilot/Interfaces/IAIServiceName.Interface.al<#2834 (comment)>:
@@ -0,0 +1,25 @@
+// ------------------------------------------------------------------------------------------------
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for license information.
+// ------------------------------------------------------------------------------------------------
+namespace System.AI;
+
+/// <summary>
+/// Interface for providing naming information for a given AI service.
+/// </summary>
+interface IAIServiceName
nit wf.
-
Reply to this email directly, view it on GitHub<#2834 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AG2GJBIOSQO2NQCUP7U7LAT2PG3PNAVCNFSM6AAAAABVXKHPEWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDMMBYGA3DMNJUGM>.
You are receiving this because your review was requested.Message ID: ***@***.******@***.***>>
|
Reverts #2930 Fixes [AB#563692](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/563692) Co-authored-by: Magnus Hartvig Grønbech <[email protected]>
Azure Document Intelligence support
AB#563692