wanshichenguang/dsh-tool-vision

wanshichenguang★ 0TypeScript最后同步: 2026-08-16

在 GitHub 打开

DSH plugin: image_describe (识图) tool over the DashScope OpenAI-compatible vision API (qwen3.7-flash). Bring your own DASHSCOPE_API_KEY.

README 摘要

dsh-tool-vision English 中文 A DeepSeek Harness plugin: the model-facing image describe (识图) tool. It reads a local image file and asks the DashScope OpenAI-compatible API ( qwen3.7-flash ) to describe it or answer a focused question. Works in every agent preset: the bundle patch inserts the tool at the host plane, so every session sees it in the tool catalog. Install Restart dsh web (or install it from the Plugin Market with one click). The tool appears as image describe in the model's tool catalog. API key The plugin ships no key . Set the key in the environment that starts DSH: You can also pass it per-row in cordis.patch.yml : Without a key the tool registers normally and fails with VISION NO API KEY on use, naming the fix. Tool Tool Args Behavior image describe path (string), prompt (string, optional) Resolves the image (absolute path, or relative to the workspace), sends it as a base64 data URL plus the prompt to POST {baseUrl}/chat/completions , and returns the assistant text. Omitting prompt uses defaultPrompt (a complete content description). Config Key Default Meaning baseUrl https://dashscope.aliyuncs.com/compatible-mode/v1 DashScope OpenAI-compatible endpoint. apiKey DASH…

在 GitHub 查看完整 README →
内容/媒体dshdsh-pluginvisionagent

分类