Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
pop
Method · 0.45
delete_model
Function · 0.45
delete_apikey
Function · 0.45
delete_record
Function · 0.45
delete_chunk
Function · 0.45
delete_collection
Function · 0.45
delete_assistant
Function · 0.45
delete_chat
Function · 0.45
delete_action
Function · 0.45
delete_bundle_instance
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected