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

Class UploadFileResponse

backend/app/schemas/file/file.py:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class UploadFileResponse(BaseModel):
9 status: str = Field(
10 "success", Literal="success", description="The status of the response."
11 )
12 data: FileIdData = Field(
13 ...,
14 description="The file API response data.",
15 examples=[{"file_id": "pdf_123"}],
16 )

Callers 1

api_upload_fileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected