摘要: 1 参考文章: https://www.cnblogs.com/edisontalk/p/-/quick-start-on-maf-chatper05 using Microsoft.Agents.AI; using Microsoft.Agents.AI.Workflows; using Micr 阅读全文
posted @ 2026-08-08 17:16 陌念 阅读(1) 评论(0) 推荐(0)
摘要: 1 创建AI ChatClent public class AIChatClient { public IChatClient Client { get; } public string ModelID { get; set; } = "qwen3.7-max-2026-05-17"; public 阅读全文
posted @ 2026-08-08 11:55 陌念 阅读(3) 评论(0) 推荐(0)