tokenMaxLength

private const val tokenMaxLength: Int = 100

Length to clip generated token strings to. Here in case token string generation uses the instance's .toString(), which it currently does.

Sources

jvm source
Link copied to clipboard