MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / createRetrieval

Function createRetrieval

frontend/src/axios/retrieval.ts:25–29  ·  view source on GitHub ↗
(params:object)

Source from the content-addressed store, hash-verified

23 return await request.get(`${project_base_url}/ui/collections?${str}`)
24}
25const createRetrieval = async (params:object) => {
26
27 const project_base_url = `api/v1`
28 return await request.post(`${project_base_url}/collections`, params)
29}
30const deleteRetrieval = async (id:string) => {
31
32 const project_base_url = `api/v1`

Callers 2

handleRequestFunction · 0.90
handleRequestFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected