1.0.0-beta.2 (2024-12-13)
Features Added
- Added
AzureFunctionToolDefinition
support to inform Agents about Azure Functions. - Added
OpenApiTool
for Agents, which creates and executes a REST function defined by an OpenAPI spec. - Add
parallelToolCalls
parameter toCreateRunRequest
,CreateRunAsync
,CreateRunStreaming
andCreateRunStreamingAsync
, which allows parallel tool execution for Agents.