Replies: 2 comments 1 reply
-
To clarify - you want the AI to converse with the user and determine precisely what it is that they want to know, and then you want to use a tool to store this information to a database? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there anything we can use in Flowise to achieve this? |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Here is the detailed scenario:
I want to get the basic infomation of the user: name, age, gender, job.
to improve user experience, I prefer the LLM ask questions one by one to collect these data, rather than ask theuser to provide all these information at once.
after got the user basic info, I want to cell API to store this user to DB, the method I can think up is by custom function tool,
But I have trouble using the existing node,because it involves variables passing through chain and agent.
Can help work this out? thanks ahead.
Beta Was this translation helpful? Give feedback.
All reactions