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

Function random_uuid

fastdeploy/entrypoints/openai/run_batch.py:273–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271
272
273def random_uuid() -> str:
274 return str(uuid.uuid4().hex)
275
276
277def make_error_request_output(request: BatchRequestInput, error_msg: str) -> BatchRequestOutput:

Callers 3

test_random_uuidMethod · 0.90
run_requestFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_random_uuidMethod · 0.72