devexpress-blazor-ai-chat
Installation
SKILL.md
DevExpress Blazor AI Chat
DxAIChat is an AI-powered conversational UI component compatible with major cloud AI providers (OpenAI, Azure OpenAI) and self-hosted models (Ollama). It runs in Blazor, .NET MAUI, WPF, and WinForms applications. The component operates on a BYOK (bring your own key) model — you supply the AI provider credentials; DevExpress does not bundle any LLM.
Security: Never hardcode AI provider keys, endpoints, or credentials in source code. Use environment variables, user secrets, or a secrets vault.
When to Use This Skill
- Add a conversational AI chat widget to a Blazor page
- Connect
DxAIChatto Azure OpenAI, OpenAI, or Ollama - Configure prompt suggestions (hint bubbles shown before the first message)
- Add a system prompt to give the AI model a persona or instructions
- Enable file attachments (PDF, images) for multimodal AI analysis
- Render AI responses with Markdown formatting
- Switch between multiple AI providers at runtime
- Implement tool/function calling from the AI model
- Save and load conversation history
- Integrate with AI agents and custom backends via
IChatResponseProvider