Need Help Regarding Extracting Product Details in Conversational Chain #2148
Unanswered
SUBASHPALVEL
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.
-
Hello everyone,
I'm working on a project where I need to extract the details of a product in a conversational chain. I've been able to extract the details, but I'm facing an issue connecting the output to a custom function.
Specifically, I want to extract the details of the product only if all details (product name, quantity, price) are present otherwise I have to make the conversational chain to ask the user for the missing details about the product. I was able to do it. But I want the extracted details which is the output of the conversational chain to be sent to an api call using custom function. How to achieve it?
If anyone has experience with this or has any suggestions, I'd greatly appreciate your help!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions