SeerableOfficial/dsh-web-search-toggle ↗★ 1
dsh-web-search-toggle
适用于 DeepSeek Harness 网页界面的输入框“网页搜索”开关。启用时,通过强制系统提示词指令使智能体在回答前必须调用 web_search。
AI 分析
核心用途是强制智能体在回答前进行联网搜索。适合需要确保回答时效性、强制要求模型检索最新参考资料的问答场景。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SeerableOfficial/dsh-web-search-toggle说明文档
阅读完整 README ↗Usage
- Open a conversation in the DSH web UI.
- Click the Web Search pill in the composer tool row to toggle it on.
- Ask a question — the agent calls
web_searchfirst and cites sources. - Toggle it off to restore normal behavior.
The on/off state is remembered per session.