UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

13 lines (12 loc) 629 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 AGENT_RATING_PAYLOAD = "agent-rating"; 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";