MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / BatchResponseData

Class BatchResponseData

fastdeploy/entrypoints/openai/protocol.py:914–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912
913
914class BatchResponseData(BaseModel):
915 # HTTP status code of the response.
916 status_code: int = 200
917
918 # An unique identifier for the API request.
919 request_id: str
920
921 # The body of the response.
922 body: Optional[ChatCompletionResponse] = None
923
924
925class BatchRequestOutput(BaseModel):

Callers 5

run_requestFunction · 0.90

Calls

no outgoing calls