generateUuid
Create unique, timestamp-based UUIDs (v7) without input parameters, ensuring chronological sorting and uniqueness for efficient identifier generation.
Instructions
Generate a UUID v7 that's timestamp-based and guaranteed to be unique
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}