MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / BaseEmptyResponse

Class BaseEmptyResponse

backend/app/schemas/base.py:7–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7class BaseEmptyResponse(BaseModel):
8 status: str = Field("success")
9
10
11class BaseDataResponse(BaseModel):

Callers 4

api_health_checkFunction · 0.90
api_clean_dataFunction · 0.90
api_logout_adminFunction · 0.90
api_verify_admin_tokenFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected