dsh-show-image
Agent-to-user image display for the DeepSeek Harness WebUI: a show_image tool whose results render as an inline image card in the conversation (via embedded presentation data), never entering model history — safe for text-only LLMs.
AI 分析
核心用途是在 WebUI 中向用户展示图片。适合使用纯文本大模型、同时需要智能体能够向用户直观呈现图片结果(如绘图、截图)的场景。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
README 全文を読む ↗配置
| 配置项 | 默认 | 说明 |
|---|---|---|
maxImages | 12 | 单次最多显示的图片数 |
maxBytes | 8 MiB | 单张读取上限(与附件服务上限取更小者) |
maxEmbedBytes | 2 MiB | 单张可嵌入会话展示的最大字节数;data URL 会随会话日志持久化,超限直接报错,避免日志膨胀 |