release-connector-2.6.0
All chat completions operations now support function calling, which enables the LLM to intelligently decide when to call a predefined function microflow to gather additional information to include in the assistant response. Currently, function microflows are limited to one input parameter of type string and must return a string.
Additionally, chat completions operations have a new optional input parameter called “Temperature” to control the randomness of the response.
After updating to this version, existing implementations with the chat completion operations will have two new optional input parameters “FunctionCollection” and “Temperature” that can be set to empty if not needed.
Lastly, we expose helper micoflows to create inputs for the connector operations in the toolbox in Studio Pro so that they can be dragged and dropped directly from there.