UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

11 lines (9 loc) 244 B
import { HtBaseNode } from './common' import { HtNodeWithContentType } from './node-types' export interface HtAiAgentNode extends HtBaseNode { type: HtNodeWithContentType.AI_AGENT content: { name: string instructions: string } }