I am trying to use parallel function calling in Prompt Flow, then deploy it to an endpoint. To use parallel one, Azure AI Service provide a new pair parameter "tools & tool_choice". But it is still not supported in Azure AI Studio, there is only a pair of "functions & function_call" parameters provided. I searched and find that the open-source prompt flow has supported this feature, but it is not available when using prompt flow in Azure AI Studio.
Sincere apologies for the delayed response.
I checked further and found that The functions
and function_call
parameters have been deprecated with the release of the 2023-12-01-preview
version of the API. The replacement for functions
is the tools
parameter. The replacement for function_call
is the tool_choice
parameter.
Regarding the ETA, There is no exact ETA, kindly open an issue here for further assistance.