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

Method delete

backend/tkhelper/models/operator/operator.py:30–31  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

28
29 @abstractmethod
30 async def delete(self, **kwargs) -> None:
31 raise NotImplementedError
32
33 @abstractmethod
34 async def delete_entity(self, entity: ModelEntity) -> None:

Callers 10

popMethod · 0.45
delete_modelFunction · 0.45
delete_apikeyFunction · 0.45
delete_recordFunction · 0.45
delete_chunkFunction · 0.45
delete_collectionFunction · 0.45
delete_assistantFunction · 0.45
delete_chatFunction · 0.45
delete_actionFunction · 0.45
delete_bundle_instanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected