Multiturn conversation leveraging tools #5429
Unanswered
ximnet-cheeyee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone have any idea on how to set up a multiturn conversation.
For example, I have a tool that have access to a vector database which consists of all investment knowledges. The tool consists of a prompt to make sure that the user needs to provides all of these info beforehand first:
Since the tool will be used as to communicate with user and having a conversation, the tool will need to constantly check and ask for these info from the user until all of the above in the list is being collected, then it will perform a vectorsearch with the collected information. It is somehow similar to the Human as input tool, but I cannot get it to work as a multiturn nested dialogue.
Beta Was this translation helpful? Give feedback.
All reactions