Skip to content

Commit

Permalink
rename procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjiefan committed Dec 4, 2024
1 parent fc174d5 commit 12b6a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ page 7775 "Copilot AI Capabilities"
begin
OnRegisterCopilotCapability();

CopilotCapabilityImpl.CheckGeoWithEUDB(WithinGeo, WithinEUDB);
CopilotCapabilityImpl.CheckGeoAndEUDB(WithinGeo, WithinEUDB);

case PrivacyNotice.GetPrivacyNoticeApprovalState(CopilotCapabilityImpl.GetAzureOpenAICategory(), false) of
Enum::"Privacy Notice Approval State"::Agreed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ codeunit 7774 "Copilot Capability Impl"
end;

[TryFunction]
procedure CheckGeoWithEUDB(var WithinGeo: Boolean; var WithinEUDB: Boolean)
procedure CheckGeoAndEUDB(var WithinGeo: Boolean; var WithinEUDB: Boolean)
var
ALCopilotFunctions: DotNet ALCopilotFunctions;
begin
Expand Down

0 comments on commit 12b6a97

Please sign in to comment.