Table: cohereai_detokenize
Get string for a given list of tokens.
Notes:
- A
tokens
is a list of tokens(int64) to get the string.
Examples
Basic example with default settings
select textfrom cohereai_detokenizewhere tokens = '[33555, 1114]';
Schema for cohereai_detokenize
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
text | text | The detokenized text. | |
tokens | text | = | The tokens to detokenize, encoded as a JSON array. |