Replies: 2 comments
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
+1 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m currently working with an OpenAI chat client that includes function-calling capabilities. The problem I’m facing is that when the function is called, I need to have a way to know in my main thread (where I make the call) that the function has been triggered. This is important because I need to return some necessary data to my front end once the function is executed.
Could anyone suggest how I can achieve this? How can I be notified or track in my main thread that the function has been called successfully?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions