Parallel function calling in autogen #589
Labels
0.2
Issues which are related to the pre 0.4 codebase
tool-usage
suggestion and execution of function/tool call
OpenAI now supports parallel function calls when openai >= 1.1.0.
To make autogen support this feature, it needs to update the dependency for OpenAI to the latest version. Currently, autogen can also call multiple function calls but in a sequence pattern.
For autogen users, anyone know what kind of use-cases could benefit from this parallel function call feature and demonstrate it worth an improvement compared with sequence calling?
The text was updated successfully, but these errors were encountered: