utils:random-uuid
utils:random-uuid¶
Generates a random UUID and exposes it in the environment with the key as given via name parameter.
Example:
{
"tool": "utils:random-uuid",
"parameters": {
"name": "uuid-1",
"lower_case": true
}
},
Parameter | Properties | Default | Type | Choice | Description |
---|---|---|---|---|---|
name | optional | uuid | str | ||
lower_case | optional | false | bool |