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

Class RerankResponse

backend/app/schemas/model/rerank.py:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class RerankResponse(BaseModel):
28 status: str = Field("success", Literal="success", description="The response status.", examples=["success"])
29 data: RerankResult = Field(..., description="The rerank response data.")
30 usage: Optional[RerankUsage] = Field(..., description="The rerank usage data.")

Callers 1

api_rerankFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected