-
Notifications
You must be signed in to change notification settings - Fork 213
Add Visual Indication to the user for paid copilot features #3811
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
base: main
Are you sure you want to change the base?
Conversation
Dear Reviewers, AI Partner App is used to test the partner capabilities. We need to figure out how best to push this component into main, feedback welcome ! |
src/System Application/Test/AI Partner/src/AzureOpenAITestPartner.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/Azure OpenAI/AzureOpenAIImpl.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/CopilotSettings.Table.al
Outdated
Show resolved
Hide resolved
src/System Application/Test/AI Partner/src/AzureOpenAITestPartner.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/Test/AI Partner/src/AzureOpenAITestPartner.Codeunit.al
Outdated
Show resolved
Hide resolved
src/System Application/App/Entity Text/src/EntityTextAIUpgrade.Codeunit.al
Show resolved
Hide resolved
src/System Application/App/AI/src/Copilot/CopilotCapabilityInstall.Codeunit.al
Show resolved
Hide resolved
@@ -36,7 +36,7 @@ codeunit 7779 "Azure DI Impl." implements "AI Service Name" | |||
|
|||
procedure RegisterCopilotCapability(CopilotCapability: Enum "Copilot Capability"; CopilotAvailability: Enum "Copilot Availability"; LearnMoreUrl: Text[2048]; CallerModuleInfo: ModuleInfo) | |||
begin | |||
CopilotCapabilityImpl.RegisterCapability(CopilotCapability, CopilotAvailability, Enum::"Azure AI Service Type"::"Azure Document Intelligence", LearnMoreUrl, CallerModuleInfo); | |||
CopilotCapabilityImpl.RegisterCapability(CopilotCapability, CopilotAvailability, Enum::"Copilot Billing Type"::"Undefined", Enum::"Azure AI Service Type"::"Azure Document Intelligence", LearnMoreUrl, CallerModuleInfo); |
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.
We should also make sure this has an overload that allows specifying the billing type.
@rupeshdan please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Summary
Work Item(s) https://dynamicssmb2.visualstudio.com/Dynamics%20SMB/_workitems/edit/568080
AB#568080
Fixes #
Column Name - Billing Type
Possible Values - Not Billed, Microsoft Billed, Custom Billed, Undefined (internal use only for existing capabilities)
NOTE: Naming conventions are yet to be finalized, feedback welcomed.