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

Method model_schema

backend/app/models/model/model.py:23–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 created_timestamp: int
22
23 def model_schema(self):
24 from app.services.model import get_model_schema
25
26 return get_model_schema(self.model_schema_id)
27
28 def provider(self):
29 from app.services.model import get_provider

Callers 4

to_response_dictMethod · 0.95
__validate_modelFunction · 0.80
__validate_modelFunction · 0.80
__validate_modelFunction · 0.80

Calls 1

get_model_schemaFunction · 0.90

Tested by

no test coverage detected