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
/
src
/
followUpPrompts.d.ts
3 lines
(2 loc)
•
227 B
TypeScript
View Raw
1
2
3
import
{
FollowUpPromptConfig
,
ICommonObject
}
from
'./Interface'
;
export
declare
const
generateFollowUpPrompts
:
(
followUpPromptsConfig
:
FollowUpPromptConfig
,
apiMessageContent
:
string
,
options
:
ICommonObject
) =>
Promise
<
any
>;