generate_uuid
Generate random UUIDs (version 4) for unique identifiers. Specify count and uppercase options to get one or more UUIDs.
Instructions
Generate one or more random UUIDs (version 4).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many UUIDs to generate, between 1 and 50 (default 1). | |
| uppercase | No | Whether to return them uppercase (default False). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |