Browse Source

Add screenshot and usage example for Widgets

pull/24445/head
enisn 8 months ago
parent
commit
2147a4d708
No known key found for this signature in database GPG Key ID: A052619F04155D1C
  1. BIN
      docs/en/Community-Articles/2025-12-18-Announcement-AIMAnagement/images/ai-management-workspace-widget.png
  2. 16
      docs/en/Community-Articles/2025-12-18-Announcement-AIMAnagement/post.md

BIN
docs/en/Community-Articles/2025-12-18-Announcement-AIMAnagement/images/ai-management-workspace-widget.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

16
docs/en/Community-Articles/2025-12-18-Announcement-AIMAnagement/post.md

@ -35,7 +35,21 @@ You can even add your own custom AI providers—[learn how in the documentation]
### Ready-to-Use Chat Widget
Drop a beautiful, pre-built chat widget into any page with minimal code. It includes streaming support, conversation history, and API integration for customization. [See the widget documentation](https://abp.io/docs/latest/modules/ai-management#client-usage-mvc-ui) for details.
Drop a beautiful, pre-built chat widget into any page with minimal code. It includes streaming support, conversation history, and API integration for customization.
- Simple to use with minimal code
```cs
@await Component.InvokeAsync(typeof(ChatClientChatViewComponent), new ChatClientChatViewModel
{
WorkspaceName = "StoryTeller",
})
```
- And result is a beautiful pre-integrated widget
![AI Management Chat Widget](./images/ai-management-workspace-widget.png)
[See the widget documentation](https://abp.io/docs/latest/modules/ai-management#client-usage-mvc-ui) for details and all parameters for customization.
### Enterprise Security Built-In

Loading…
Cancel
Save