PersistentAI API Documentation / @persistentai/fireflow-nodes / SOURCE_TYPE_OPTIONS
Variable: SOURCE_TYPE_OPTIONS
constSOURCE_TYPE_OPTIONS:object
Defined in: packages/fireflow-nodes/src/nodes/persistentai/attachment-utils.ts:20
Enum values for explicit source type selection in UI
Type Declaration
BASE64
readonlyBASE64:"base64"='base64'
DATA_URI
readonlyDATA_URI:"dataUri"='dataUri'
PLAIN_TEXT
readonlyPLAIN_TEXT:"plainText"='plainText'
URL
readonlyURL:"url"='url'