generate_string
Create a random string of a specified length and character set, such as alphanumeric, numeric, lowercase, uppercase, or special characters.
Instructions
Generate a random string with specified length and character set
Input Schema
Name | Required | Description | Default |
---|---|---|---|
charset | No | Character set to use (alphanumeric, numeric, lowercase, uppercase, special). Defaults to alphanumeric. | |
length | No | Length of the string to generate. Defaults to 10. |