1. Handlebars Helpers
  2. Custom Random Human ID

Handlebars Helpers

Custom Random Human ID

Generates readable random IDs during Handlebars substitution. Useful for human-facing references, ticket numbers, codes, and prompt-safe identifiers.

Character Set

Generates a custom length id from the following character set :

ABCDEFHKLMNPRTUVWXY1346789

TIP

For a random ID with a checksum character, use the llm_random_id helper. This allows you to check if a previously generated ID is valid.

Examples

Example definition:

loading...

Substituted definition

loading...