GraphConnectorGuidancePlugin

显示有关使用 Microsoft Graph 连接器的上下文指南。

开发人员代理警告的屏幕截图,显示提交外部连接架构时没有必需的语义标签。

此插件检测到以下问题:

问题 请求 级别
架构缺少适用于 Microsoft 365 的 Microsoft Copilot所需的一个或多个语义标签 PATCH https://graph.microsoft.com/v1.0/external/connections/{id}/schema 失败

插件实例定义

{
  "name": "GraphConnectorGuidancePlugin",
  "enabled": true,
  "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
  "urlsToWatch": [
    "https://graph.microsoft.com/*/external/connections/*/schema",
    "https://graph.microsoft.us/*/external/connections/*/schema",
    "https://dod-graph.microsoft.us/*/external/connections/*/schema",
    "https://microsoftgraph.chinacloudapi.cn/*/external/connections/*/schema"
  ]
}

配置示例

配置属性

命令行选项