UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

12 lines (11 loc) 569 B
export declare const FLOW_BUILDER_API_URL_PROD: string; export declare const SEPARATOR = "|"; export declare const SOURCE_INFO_SEPARATOR: string; export declare const VARIABLE_PATTERN: RegExp; export declare const ACCESS_TOKEN_VARIABLE_KEY = "_access_token"; export declare const REG_EXP_PATTERN: RegExp; export declare const UUID_REGEXP: RegExp; export declare const MAIN_FLOW_NAME = "Main"; export declare const KNOWLEDGE_BASE_FLOW_NAME = "Knowledge base"; export declare const AI_AGENTS_FLOW_NAME = "AI agents"; export declare const FALLBACK_FLOW_NAME = "Fallback";