-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add AI management Chat Widget Documentation #24397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added documentation and image for the AI Management chat widget, including usage examples and JavaScript API details. Improved table formatting and consistency throughout the AI Management module documentation for better readability.
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 74.3%, saving 10.6 KB.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds comprehensive documentation for the AI Management module's Chat Widget feature to the existing AI Management documentation. The changes focus on documenting the ChatClientChatViewComponent from the Volo.AIManagement.Client.Web package, which provides a ready-to-use chat interface for integrating AI capabilities into MVC applications.
Key Changes
- Added detailed documentation for the Chat Widget component, including basic usage, customization properties, conversation persistence, and JavaScript API
- Included a screenshot demonstrating the chat widget's appearance
- Made formatting improvements to existing tables and spacing throughout the document for better readability
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
docs/en/modules/ai-management/index.md |
Added new "Client Usage (MVC UI)" section with Chat Widget documentation including properties, usage examples, conversation persistence, and JavaScript API reference. Also includes minor formatting improvements to tables and spacing. |
docs/en/images/ai-management-widget.png |
Added screenshot showing the Chat Widget UI component in action. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updated the documentation to better explain the distinction between `Volo.AIManagement.*` and `Volo.AIManagement.Client.*` packages, detailing their intended usage scenarios and roles.
Expanded the JavaScript API documentation for chat components to clarify initialization timing and added best-practice examples for accessing components after user interaction, rather than at page load.
Co-authored-by: Copilot <[email protected]>
Description
Add Chat Widget usage to the AI Management documentation
Checklist