GraphConnectorGuidancePlugin

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

开发代理警告的屏幕截图,其中显示了提交外部连接架构而不带所需语义标签的屏幕截图。

此插件检测到以下问题:

问题 请求 Level
架构缺少 Microsoft Copilot Microsoft 365 所需的一个或多个语义标签 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"
  ]
}

配置示例

配置属性

命令行选项