Replies: 1 comment 1 reply
-
Is this the same issue #613 ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been using the Azure OpenAI function calling API successfully for single function calls. However, I've encountered an issue when attempting to execute multiple functions sequentially. The API seems to support only one function call per request, leading to a prompt indicating that further functionality is not available.
My use case requires the output from one function to serve as input for the subsequent one. Is this limitation inherent to the API, or am I overlooking something in my implementation?
Thanks for your help,
Philipp
Beta Was this translation helpful? Give feedback.
All reactions