UNPKG
dtamind-components
Version:
latest (4.0.0)
4.0.0
3.0.4
Apps integration for Dtamind. Contain Nodes and Credentials.
dtamindai.com
DtamindAI/Dtamind
dtamind-components
/
dist
/
nodes
/
responsesynthesizer
/
base.d.ts
11 lines
(10 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
class
ResponseSynthesizerClass
{
type
:
string
;
textQAPromptTemplate
?:
any
;
refinePromptTemplate
?:
any
;
constructor
(
params
: {
type
:
string
; textQAPromptTemplate?:
any
; refinePromptTemplate?:
any
; }
); }