Replies: 4 comments
-
Hello, has the above requirement been implemented? I am also facing the same issue. |
Beta Was this translation helpful? Give feedback.
-
Been interested in this as well. I don't know the exact answer but I'm pretty sure there should be an agent which wraps the CRQA chain which wraps the LLM. For what I know so far, there is no way to call a function without initiating an agent. |
Beta Was this translation helpful? Give feedback.
-
Hello, function calling method makes a lot of sense and looks very promising. |
Beta Was this translation helpful? Give feedback.
-
Hi Guys, did anybody got a solution? |
Beta Was this translation helpful? Give feedback.
-
I want to utilize the new OpenAI Functions to enable my chatbot to retrieve data from an external API and use it in the response (in case the user requested that data and provided a specific ID).
After retrieving the data, I want the user to verify their email address that is contained within the data, so I can provide them with the answer.
I don't know how implement in my code! Can someone help please?
Beta Was this translation helpful? Give feedback.
All reactions