The parameters for text tokenization.

interface TextTokenizeParameters {
    return_tokens?: boolean;
}

Properties

Properties

return_tokens?: boolean

If this is true then the actual tokens will also be returned in the response.