Skip to content

Type Alias: LlamaTextSpecialTokensTextJSON

ts
type LlamaTextSpecialTokensTextJSON: {
  type: "specialTokensText";
  value: string;
};

Type declaration

type

ts
type: "specialTokensText";

value

ts
value: string;

Defined in

utils/LlamaText.ts:10