SplitSkillUnit type

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

Known values supported by the service

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

type SplitSkillUnit = string