UNPKG

dtamind-components

Version:

Apps integration for Dtamind. Contain Nodes and Credentials.

11 lines (10 loc) 260 B
export declare class ResponseSynthesizerClass { type: string; textQAPromptTemplate?: any; refinePromptTemplate?: any; constructor(params: { type: string; textQAPromptTemplate?: any; refinePromptTemplate?: any; }); }