Skip to content

Commit

Permalink
Update src/System Application/App/AI/src/Azure OpenAI/AzureOpenAIImpl…
Browse files Browse the repository at this point in the history
….Codeunit.al
  • Loading branch information
Groenbech96 authored Feb 6, 2025
1 parent f791b25 commit a61ba61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ codeunit 7772 "Azure OpenAI Impl"
begin
TempPrivacyNotice.Init();
TempPrivacyNotice.ID := GetAzureOpenAICategory();
TempPrivacyNotice."Integration Service Name" := GetAzureOpenAICategory();
TempPrivacyNotice."Integration Service Name" := AzureOpenAiTxt;
if not TempPrivacyNotice.Insert() then;
end;

Expand Down

0 comments on commit a61ba61

Please sign in to comment.