// input is without the prefix export const read = (input: string) => Promise.resolve(input.split('|')); export const prefix = 'text:';