Browse Source

Fix documentation formatting to match ABP standards

Co-authored-by: EngincanV <43685404+EngincanV@users.noreply.github.com>
pull/24841/head
copilot-swe-agent[bot] 2 months ago
parent
commit
5cf6d0c20c
  1. 14
      docs/en/modules/ai-management/index.md

14
docs/en/modules/ai-management/index.md

@ -604,9 +604,6 @@ chatComponent.off('messageSent', callbackFunction);
### Angular UI ### Angular UI
**List of packages:**
- `@volo/abp.ng.ai-management`
#### Installation #### Installation
In order to configure the application to use the AI Management module, you first need to import `provideAIManagementConfig` from `@volo/abp.ng.ai-management/config` to root application configuration. Then, you will need to append it to the `appConfig` array. In order to configure the application to use the AI Management module, you first need to import `provideAIManagementConfig` from `@volo/abp.ng.ai-management/config` to root application configuration. Then, you will need to append it to the `appConfig` array.
@ -664,18 +661,15 @@ export const environment = {
}; };
``` ```
The AI Management module remote URL configuration shown above is optional. The AI Management module remote URL configurations shown above are optional.
> If you don't set the `AIManagement` property, the `default.url` will be used as fallback. > If you don't set the `AIManagement` property, the `default.url` will be used as fallback.
### Blazor UI ### Blazor WebAssembly UI
**List of packages:**
- `Volo.AIManagement.Client.Blazor`
- `Volo.AIManagement.Client.Blazor.WebAssembly`
#### Remote Endpoint URL #### Remote Endpoint URL
The AI Management module remote endpoint URLs can be configured via the `AIManagementClientBlazorOptions`. The AI Management module remote endpoint URLs can be configured via the `AIManagementClientBlazorOptions`.
```csharp ```csharp
@ -685,8 +679,6 @@ Configure<AIManagementClientBlazorOptions>(options =>
}); });
``` ```
Configure the remote service URL in your `appsettings.json`:
```json ```json
"RemoteServices": { "RemoteServices": {
"Default": { "Default": {

Loading…
Cancel
Save