MCPcopy
hub / github.com/1Panel-dev/MaxKB / downloadSkillFile

Function downloadSkillFile

ui/src/api/tool/tool.ts:199–204  ·  view source on GitHub ↗
(
  tool_id,
  loading,
)

Source from the content-addressed store, hash-verified

197}
198
199const downloadSkillFile: (tool_id: string, loading?: Ref<boolean>) => Promise<Result<any>> = (
200 tool_id,
201 loading,
202) => {
203 return download(`${prefix.value}/${tool_id}/download_skill_file`, 'GET', undefined, undefined, loading)
204}
205
206/**
207 * 保存工具工作流

Callers

nothing calls this directly

Calls 1

downloadFunction · 0.90

Tested by

no test coverage detected