@valuz/dsh-valuz-genui
DSH 插件:支持 generate_ui 工具,将模型请求与数据转化为可在聊天中交互的 A2UI 界面。
AI 分析
核心用途是让大模型能够直接生成并渲染富交互式的 UI 卡片。适合需要直观、动态数据交互界面(而非纯文本回复)的复杂应用场景。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:valuz-ai/dsh-valuz-genui說明文件
閱讀完整 README ↗Configuration
Override the genui row by id in your profile's cordis.patch.yml:
| Key | Default | Meaning |
|---|---|---|
maxDocumentBytes | 262144 | Inclusive byte cap on the serialized A2UI document. |
alwaysOnFullGuide | false | Keep the full field-signature catalog in the system prompt instead of the on-demand genui skill. |