Type Alias: LlamaTextSpecialTokensTextJSON
ts
type LlamaTextSpecialTokensTextJSON = {
type: "specialTokensText";
value: string;
};
Defined in: utils/LlamaText.ts:10
Type declaration
type
ts
type: "specialTokensText";
value
ts
value: string;