连接 AI 模型和配置 MCP
使用 SemanticKernel 框架对接 LLM,将 MCP Tool 转换为 Function 添加到对话上下文中。var aiModel configuration.GetSection("AIModel");
var builder Kernel.CreateBuilder().AddAzureOpenAIChatCompletion(deploymentName: aiModel["ModelId&q…
2026/7/2 23:47:18