MCPcopy 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
20class ModelCreateResponse(BaseModel):
21 status: str = Field("success")
22 data: Dict = Field(...)

Callers 1

api_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected