Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
def
random_uuid() -> str:
274
return
str(uuid.uuid4().hex)
275
276
277
def
make_error_request_output(request: BatchRequestInput, error_msg: str) -> BatchRequestOutput:
Callers
3
test_random_uuid
Method · 0.90
make_error_request_output
Function · 0.85
run_request
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_random_uuid
Method · 0.72