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

Class TextEmbeddingResponse

backend/app/schemas/model/text_embedding.py:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class TextEmbeddingResponse(BaseModel):
27 status: str = Field("success", Literal="success", description="The response status.", examples=["success"])
28 data: List[TextEmbeddingOutput] = Field(..., description="The text embedding response data.")
29 usage: TextEmbeddingUsage = Field(..., description="The text embedding usage data.")

Callers 2

api_text_embeddingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected