UNPKG

dtamind-components

Version:

DTAmindai Components

3 lines (2 loc) 227 B
import { FollowUpPromptConfig, ICommonObject } from './Interface'; export declare const generateFollowUpPrompts: (followUpPromptsConfig: FollowUpPromptConfig, apiMessageContent: string, options: ICommonObject) => Promise<any>;