azure-ai-projects_1.0.0b3
Pre-release
Pre-release
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_callsparameter to allow parallel tool execution for Agents. - Added
BingGroundingToolfor Agents to use against a Bing API Key connection. - Added
AzureAiSearchToolfor Agents to use against an Azure AI Search resource. - Added
OpenApiToolfor 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_messageswas removed. Please use.agents.list_messagesinstead.