herminger/dsh-web-search-responses0

dsh-web-search-responses

DSH 网页搜索提供商:复用当前会话模型的 OpenAI Responses web_search 工具来进行网页检索。

AI 分析

核心用途是让 DSH 能够直接复用当前模型自带的 OpenAI 格式搜索工具,适合需要免配置、直接利用已有模型通道进行联网搜索的用户。

包名
dsh-web-search-responses
版本
0.1.0
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:herminger/dsh-web-search-responses

Configuration

The provider auto-follows the current model by default:

  • provider/model come from the executing agent, the DSH default model, or the single configured llm-pi-ai Responses route
  • baseURL, apiKeyEnv, and api come from that route's llm-pi-ai settings

To pin a route explicitly, edit the profile's cordis.patch.yml:

- id: web-search-responses
  config:
    provider: cpa
FieldMeaningDefault
providerllm-pi-ai route to reusecurrent model route
modelmodel for the search requestcurrent model
baseURLResponses endpoint prefix (/responses is appended)route baseURL
apiKeyEnvcredential reference, e.g. CPA_API_KEYroute apiKeyEnv
includeSourcessend include: ["web_search_call.action.sources"]false
searchContextSizelow / medium / highunset
toolChoice{ type: "web_search" } or "required"{ type: "web_search" }
maxOutputTokensoutput token cap for the search request4096