DevExpress Blazor AI Chat

Wires up DevExpress's DxAIChat Blazor component end to end — BYOK OpenAI/Azure/Ollama chat UI, v26.1 API only.

di DevExpress · DevExpress/agent-skills

Richiede configurazione ★ 8.8/10

DevExpress Blazor AI Chat — Wires up DevExpress's DxAIChat Blazor component end to end — BYOK OpenAI/Azure/Ollama chat UI, v26.1 API only.

Cosa fa

Generates and configures DxAIChat, DevExpress's AI-powered chat component for Blazor/.NET (streaming, Markdown, file attachments, tool calling, multi-provider switching), and actively steers away from a long list of obsolete pre-v26.1 APIs. Triggers on requests to add an AI chat widget to a Blazor app, connect it to Azure OpenAI/OpenAI/Ollama, or configure DxAIChat features; requires a paid DevExpress license plus a separately provisioned AI provider key (BYOK) to actually run.

Rapporto di test

No dotnet SDK available in the test environment and DxAIChat needs a paid DevExpress license to compile, so this was scored on documented-correctness evidence: the skill's own troubleshooting/'obsolete API' tables read almost like a checklist of exactly the mistakes a baseline (non-skill) answer would make — Temperature/MaxTokens properties, args.Content, ChatClientServiceKey, sync SendMessage — all things v26.1 removed or renamed.

Testato il: 2026-07-14 · Claude Code 2.x (agent harness)

Installazione

git clone https://github.com/DevExpress/agent-skills
cd agent-skills
mkdir -p ~/.claude/skills
cp -r plugins/dx-blazor/skills/devexpress-blazor-ai-chat ~/.claude/skills/devexpress-blazor-ai-chat

Comandi e prompt di esempio

  • /devexpress-blazor-ai-chatWires up DevExpress's DxAIChat Blazor component end to end — BYOK OpenAI/Azure/Ollama chat UI, v26.1 API only.

Gli skill si attivano con richieste in linguaggio naturale, senza comandi da ricordare. Dopo l'installazione, prompt come questi lo attivano (in inglese):

  • Add a DxAIChat component to my Blazor app
  • Wire DevExpress AI chat to Azure OpenAI with my own key
  • Set up a chat UI in Blazor using DevExpress components