|
2 | 2 |
|
3 | 3 | Use the AI Agents client library to: |
4 | 4 |
|
5 | | -* **Develop Agents using the Azure AI Agents Service**, leveraging an extensive ecosystem of models, tools, and capabilities from OpenAI, Microsoft, and other LLM providers. The Azure AI Agents Service enables the building of Agents for a wide range of generative AI use cases. The package is currently in preview. |
| 5 | +* **Develop Agents using the Azure AI Agents Service**, leveraging an extensive ecosystem of models, tools, and capabilities from OpenAI, Microsoft, and other LLM providers. The Azure AI Agents Service enables the building of Agents for a wide range of generative AI use cases. |
| 6 | +* **Note:** While this package can be used independently, we recommend using the Azure AI Projects client library (Azure.AI.Projects) for an enhanced experience. |
| 7 | +The Projects library provides simplified access to advanced functionality, such as creating and managing agents, enumerating AI models, working with datasets and |
| 8 | +managing search indexes, evaluating generative AI performance, and enabling OpenTelemetry tracing. |
6 | 9 |
|
7 | 10 | [Product documentation][product_doc] |
8 | 11 | | [Samples][samples] |
@@ -909,8 +912,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con |
909 | 912 | <!-- LINKS --> |
910 | 913 | [RequestFailedException]: https://learn.microsoft.com/dotnet/api/azure.requestfailedexception?view=azure-dotnet |
911 | 914 | [samples]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Agents.Persistent/tests/Samples |
912 | | -[api_ref_docs]: https://learn.microsoft.com/dotnet/api/azure.ai.projects?view=azure-dotnet-preview |
913 | | -[nuget]: https://www.nuget.org/packages/Azure.AI.Projects |
| 915 | +[api_ref_docs]: https://learn.microsoft.com/dotnet/api/overview/azure/ai.agents.persistent-readme |
| 916 | +[nuget]: https://www.nuget.org/packages/Azure.AI.Agents.Persistent/ |
914 | 917 | [source_code]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Agents.Persistent |
915 | 918 | [product_doc]: https://learn.microsoft.com/azure/ai-studio/ |
916 | 919 | [azure_identity]: https://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet |
|
0 commit comments