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 읽기 ↗
配置
| 配置项 | 默认 | 说明 |
|---|---|---|
maxImages | 12 | 单次最多显示的图片数 |
maxBytes | 8 MiB | 单张读取上限(与附件服务上限取更小者) |
maxEmbedBytes | 2 MiB | 单张可嵌入会话展示的最大字节数;data URL 会随会话日志持久化,超限直接报错,避免日志膨胀 |