@botonic/plugin-flow-builder
Version:
Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic from bots on the **current** line.
14 lines (13 loc) • 696 B
TypeScript
export declare const SEPARATOR = "|";
export declare const SOURCE_INFO_SEPARATOR = "|source_";
export declare const EMPTY_PAYLOAD = "fb-empty-payload";
export declare const VARIABLE_PATTERN_GLOBAL: 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 PUSH_FLOW_PAYLOAD = "push-flow";
export declare const MAIN_FLOW_NAME = "Main";
export declare const KNOWLEDGE_BASE_FLOW_NAME = "Knowledge base";
export declare const FALLBACK_FLOW_NAME = "Fallback";
export declare const AI_AGENTS_FLOW_NAME = "AI Agents";