Package version:

Type Alias SplitSkillUnit

SplitSkillUnit: string

Defines values for SplitSkillUnit.
KnownSplitSkillUnit can be used interchangeably with SplitSkillUnit, this enum contains the known values that the service supports.

characters: The length will be measured by character.
azureOpenAITokens: The length will be measured by an AzureOpenAI tokenizer from the tiktoken library.