How to add support for functions calls with chains? #329
Unanswered
urjitbhatia
asked this question in
Q&A
Replies: 1 comment
-
have a sample code? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use the
ConversationalRetrievalQA
chain withStuffDocuments
andCondenseQuestion
chains and I'd love to be able to get function call recommendations from openAI. Currently, this isn't easy since chains options don't pass on function call params to the llm calls. Any ideas about how to proceed with this?For now, I copied the chain into my project and reimplemented the guts a bit. Are other people running into similar roadblocks?
Beta Was this translation helpful? Give feedback.
All reactions