mirror of
https://github.com/langgenius/dify.git
synced 2026-08-31 01:36:38 +08:00
docs: correct UUIDv7 helper docstring (#41419)
Co-authored-by: huyua9 <huyua9@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -103,5 +103,5 @@ def gen_uuidv4_string() -> str:
|
||||
|
||||
|
||||
def gen_uuidv7_string() -> str:
|
||||
"""gen_uuidv4_string generate a UUIDv4 string."""
|
||||
"""Generate a UUIDv7 string."""
|
||||
return str(uuidv7())
|
||||
|
||||
Reference in New Issue
Block a user