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

Function deleteChatItem

frontend/src/axios/playground.ts:35–38  ·  view source on GitHub ↗
(assistantsId:string, chatId:string)

Source from the content-addressed store, hash-verified

33 return await request.post(`${project_base_url}/assistants/${assistantsId}/chats/${chatId}/generate`, params)
34}
35const deleteChatItem = async (assistantsId:string, chatId:string) => {
36 const project_base_url = `api/v1`
37 return await request.delete(`${project_base_url}/assistants/${assistantsId}/chats/${chatId}`)
38}
39const getHistoryMessage = async <T extends Record<string, string>>(
40 assistantsId:string,
41 chatId:string,

Callers 1

onDeleteConfirmFunction · 0.90

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected