Define arbitrary tokens that are used to match the input.

interface CustomTokenizer {
    inputs: string[];
    type: "custom";
}

Properties

Properties

inputs: string[]

Contains custom tokens.

type: "custom"

Generated using TypeDoc