-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
call multiple functions in one message #1275
Comments
|
this gon be fun |
Initial PR in : #1726 |
feat(tools): support returning multiple tools choices Fixes: #1275
https://platform.openai.com/docs/guides/function-calling/parallel-function-calling
From an implementation perspective, we need to force when generating the BNF to return an array instead of a single object, for instance:
however, I'd probably mark this feature behind a flag (for either disabling or enabling it, depending on how well it behaves)
The text was updated successfully, but these errors were encountered: