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

Class RecordCreateResponse

backend/app/schemas/auto/record_create_response.py:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class RecordCreateResponse(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