Skip to content

Commit e973e67

Browse files
authored
[Azure.AI.Projects] Prepare 1.0.0-beta.2 release (Azure#47554)
1 parent b36b9cf commit e973e67

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

sdk/ai/Azure.AI.Projects/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.2 (2024-12-13)
44

55
### Features Added
66

77
* Added `AzureFunctionToolDefinition` support to inform Agents about Azure Functions.
88
* Added `OpenApiTool` for Agents, which creates and executes a REST function defined by an OpenAPI spec.
99
* Add `parallelToolCalls` parameter to `CreateRunRequest`, `CreateRunAsync`, `CreateRunStreaming` and `CreateRunStreamingAsync`, which allows parallel tool execution for Agents.
1010

11-
### Breaking Changes
12-
1311
### Bugs Fixed
1412

1513
* Fix a bug preventing additional messages to be created when using `CreateRunStreamingAsync` and `CreateRunAsync` see [issue](https://github.com/Azure/azure-sdk-for-net/issues/47244).
16-
17-
### Other Changes
14+
* Fixed a bug where an exception would occur when run was not completed due to RAI check fail see [issue](https://github.com/Azure/azure-sdk-for-net/issues/47243).
1815

1916
## 1.0.0-beta.1 (2024-11-19)
2017

sdk/ai/Azure.AI.Projects/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Use the AI Projects client library to:
44
* **Develop Agents using the Azure AI Agent Service**, leveraging an extensive ecosystem of models, tools, and capabilities from OpenAI, Microsoft, and other LLM providers. The Azure AI Agent Service enables the building of Agents for a wide range of generative AI use cases. The package is currently in preview.
55
* **Enumerate connections** in your Azure AI Studio project and get connection properties. For example, get the inference endpoint URL and credentials associated with your Azure OpenAI connection.
66

7+
[Product documentation][product_doc]
8+
| [Samples][samples]
9+
| [API reference documentation][api_ref_docs]
10+
| [Package (NuGet)][nuget]
11+
| [SDK source code][source_code]
12+
713
## Table of contents
814

915
- [Getting started](#getting-started)
@@ -508,6 +514,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
508514
<!-- LINKS -->
509515
[RequestFailedException]: https://learn.microsoft.com/dotnet/api/azure.requestfailedexception?view=azure-dotnet
510516
[samples]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Projects/tests/Samples
517+
[api_ref_docs]: https://learn.microsoft.com/dotnet/api/azure.ai.projects?view=azure-dotnet-preview
518+
[nuget]: https://www.nuget.org/packages/Azure.AI.Projects
519+
[source_code]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Projects
520+
[product_doc]: https://learn.microsoft.com/azure/ai-studio/
511521
[azure_identity]: https://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet
512522
[azure_identity_dac]: https://learn.microsoft.com/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet
513523
[aiprojects_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md

0 commit comments

Comments
 (0)