| llm_uuid | R Documentation |
Mints a compact id without a UUID dependency, useful for tagging runs, spans,
or records. The id sorts in creation order within a session: it is a base-36
timestamp, the process id, and a monotone counter, joined by - (with an
optional prefix). It is unique within a process and practically unique across
processes on a host; it is not a registered UUID and makes no cross-host
global-uniqueness guarantee.
llm_uuid(prefix = NULL)
prefix |
Optional short string prepended as |
A character scalar.
llm_uuid()
llm_uuid("run")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.