From f58ef680ad0ae6f33e9fa290686858cb19b9bb58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 Jan 2026 19:31:06 +0000 Subject: [PATCH] docs: Add SEO descriptions to modified documentation files Related to PR #24602 --- .../artificial-intelligence/microsoft-extensions-ai.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md b/docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md index eac8d3ad69..b0247b6b18 100644 --- a/docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md +++ b/docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md @@ -1,3 +1,10 @@ +```json +//[doc-seo] +{ + "Description": "Explore the Microsoft.Extensions.AI library documentation to seamlessly integrate AI services with the ABP Framework in your applications." +} +``` + # Microsoft.Extensions.AI [Microsoft.Extensions.AI](https://learn.microsoft.com/en-us/dotnet/ai/microsoft-extensions-ai) is a library that provides a unified API for integrating AI services. It is a part of the Microsoft AI Extensions Library. It is used to integrate AI services into your application. This documentation is about the usage of this library with ABP Framework. Make sure you have read the [Artificial Intelligence](./index.md) documentation before reading this documentation.