Mappedinfo/dsh-tool-vision-read ↗★ 1
@deepseek-ai/dsh-tool-vision-read
DSH plugin: vision_read — route image reading to a dedicated vision model (e.g. Kimi K3) so text-only agents can see images
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
| Key | Type | Default | Meaning |
|---|---|---|---|
provider | string | — (required) | Registered provider route owning the vision model. |
model | string | — (required) | Vision model id on that route. |
toolName | string | vision_read | Model-facing tool name. |
mode | 'direct' | 'subagent' | 'direct' | Execution mode. |
maxImageBytes | number | attachment limits | Cap on image bytes sent to the vision route. |
maxOutputTokens | number | 1024 | Cap on the vision route's output tokens. |
prompt | string | see source | Instruction sent beside the image; {{path}} and {{focus}} placeholders. |