UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

11 lines (10 loc) 291 B
import type { $PipelineJson } from '../../commands/_common/types/CommandParser'; /** * Allow to define chatbot with no need to write full interface * * @private */ export declare const QuickChatbotHla: { type: "SYNC"; $applyToPipelineJson($pipelineJson: $PipelineJson): void; };