1.0.0b3 (2024-12-13)
Features Added
- Add support for Structured Outputs for Agents.
- Add option to include file contents, when index search is used for Agents.
- Added objects to inform Agents about Azure Functions.
- Redesigned streaming and event handlers for agents.
- Add
parallel_tool_calls
parameter to allow parallel tool execution for Agents. - Added
BingGroundingTool
for Agents to use against a Bing API Key connection. - Added
AzureAiSearchTool
for Agents to use against an Azure AI Search resource. - Added
OpenApiTool
for Agents, which creates and executes a REST function defined by an OpenAPI spec. - Added new helper properties in
OpenAIPageableListOfThreadMessage
,MessageDeltaChunk
, andThreadMessage
. - Rename "AI Studio" to "AI Foundry" in package documents and samples, following recent rebranding.
Breaking Changes
- The method
.agents.get_messages
was removed. Please use.agents.list_messages
instead.