herminger/dsh-web-search-responses0

dsh-web-search-responses

DSH ctx.web search provider that reuses the conversation model's OpenAI Responses web_search tool

AI 分析

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

パッケージ
dsh-web-search-responses
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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