Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ ModelCreateResponse
Class
ModelCreateResponse
backend/app/schemas/auto/model_create_response.py:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
class
ModelCreateResponse(BaseModel):
21
status: str = Field(
"success"
)
22
data: Dict = Field(...)
Callers
1
api_create
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected