New Features
- Added automatic parsing and tool calling from the OpenAI
tool_calls
format without any API changes
Changes
parameters
inFunctionCall
are nowdict[str, ValidParameter]
instead oflist[Parameter]
tool_calls
format without any API changesparameters
in FunctionCall
are now dict[str, ValidParameter]
instead of list[Parameter]