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

Class UploadImageResponse

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

Source from the content-addressed store, hash-verified

6
7
8class UploadImageResponse(BaseModel):
9 status: str = Field(
10 "success", Literal="success", description="The status of the response."
11 )
12 data: ImageData = Field(
13 ...,
14 description="The image data.",
15 examples=[{"image": "https://tasking.ai/image.png"}],
16 )

Callers 1

upload_imageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected