Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TaskingAI/TaskingAI
/ primary_key_fields
Method
primary_key_fields
backend/app/models/model/model.py:109–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
108
@staticmethod
109
def
primary_key_fields() -> List[str]:
110
return
[
"model_id"
]
111
112
@staticmethod
113
def
generate_random_id() -> str:
Callers
2
_get_entity
Method · 0.45
check_path_params
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected