Use updated schema link in manifest

This commit is contained in:
samwelkanda 2024-09-25 05:58:26 +03:00
Родитель e9ec0fad0b
Коммит c5be8ed015
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -264,7 +264,7 @@ public partial class PluginsGenerationService
var manifestInfo = ExtractInfoFromDocument(OAIDocument.Info);
var pluginManifestDocument = new PluginManifestDocument
{
Schema = "https://aka.ms/json-schemas/copilot-extensions/v2.1/plugin.schema.json",
Schema = "https://developer.microsoft.com/json-schemas/copilot/plugin/v2.1/schema.json",
SchemaVersion = "v2.1",
NameForHuman = OAIDocument.Info?.Title.CleanupXMLString(),
DescriptionForHuman = descriptionForHuman,