UNPKG

@botonic/plugin-flow-builder

Version:

Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic from bots on the **current** line.

4 lines (3 loc) 264 B
import type { FlowContent } from '../content-fields/index'; import type { FlowBuilderContext } from './context'; export declare function getContentsByAiAgentFromUserInput({ cmsApi, flowBuilderPlugin, botonicContext, }: FlowBuilderContext): Promise<FlowContent[]>;