Skip to content

Add Angular and Blazor UI documentation to AI Management module#24841

Merged
EngincanV merged 5 commits intoEngincanV/ai-management-documentfrom
copilot/update-ai-management-docs
Feb 9, 2026
Merged

Add Angular and Blazor UI documentation to AI Management module#24841
EngincanV merged 5 commits intoEngincanV/ai-management-documentfrom
copilot/update-ai-management-docs

Conversation

Copy link
Contributor

Copilot AI commented Feb 9, 2026

Description

AI Management module documentation lacked Angular and Blazor UI integration guidance. Documentation now covers all three officially supported ABP UI frameworks (MVC/Razor Pages, Angular, Blazor).

Changes:

  • Added UI framework clarification: Explicit statement that module supports all three ABP UI frameworks
  • Added Angular UI section: Installation via provideAIManagementConfig(), lazy-loaded routing, proxy generation, remote endpoint configuration
  • Split Blazor into Server and WebAssembly sections:
    • Blazor Server: appsettings.json configuration
    • Blazor WebAssembly: AIManagementClientBlazorWebAssemblyOptions configuration
  • Corrected package references: Uses Client.Blazor.* packages (documented), not base Blazor.* packages (common libraries)

Package structure clarified:

Volo.AIManagement.Blazor.Server              ← Common library (not documented)
Volo.AIManagement.Blazor.WebAssembly         ← Common library (not documented)
Volo.AIManagement.Client.Blazor.Server       ← Client package (documented)
Volo.AIManagement.Client.Blazor.WebAssembly  ← Client package (documented)

Example (Angular):

// app.config.ts
import { provideAIManagementConfig } from '@volo/abp.ng.ai-management/config';

export const appConfig: ApplicationConfig = {
  providers: [
    provideAIManagementConfig(),
  ],
};

Example (Blazor WebAssembly):

Configure<AIManagementClientBlazorWebAssemblyOptions>(options =>
{
    options.RemoteServiceUrl = builder.Configuration["RemoteServices:AIManagement:BaseUrl"];
});

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I documented it (or no need to document or I will create a separate documentation issue)

How to test it?

Validate markdown renders correctly. Verify code examples follow ABP module documentation patterns (cross-reference with chat.md, account-pro.md).

Original prompt

ABP has a module named AI Management Module, with documentation: https://abp.io/docs/latest/modules/ai-management

And it's on the @abpframework/abp/files/docs/en/modules/ai-management/index.md directory and currently it's only documented for MVC/Razor Pages UI. So, can you please read the documentation, revise it and make document changes for Blazor and Angular UIs?

@volosoft/volo/pull/21242 @volosoft/volo/pull/21184


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 9, 2026 11:23
Co-authored-by: EngincanV <43685404+EngincanV@users.noreply.github.com>
Co-authored-by: EngincanV <43685404+EngincanV@users.noreply.github.com>
@CLAassistant
Copy link

CLAassistant commented Feb 9, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ EngincanV
❌ Copilot
You have signed the CLA already but the status is still pending? Let us recheck it.

Copilot AI changed the title [WIP] Revise AI Management Module documentation for Blazor and Angular Add Angular and Blazor WebAssembly UI documentation to AI Management module Feb 9, 2026
Copilot AI requested a review from EngincanV February 9, 2026 11:28
Co-authored-by: EngincanV <43685404+EngincanV@users.noreply.github.com>
Copilot AI changed the title Add Angular and Blazor WebAssembly UI documentation to AI Management module Add Angular and Blazor UI documentation to AI Management module Feb 9, 2026
@EngincanV EngincanV marked this pull request as ready for review February 9, 2026 13:28
@EngincanV EngincanV merged commit 628ec5f into EngincanV/ai-management-document Feb 9, 2026
1 of 2 checks passed
@EngincanV EngincanV deleted the copilot/update-ai-management-docs branch February 9, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants