摘要:
using Microsoft.Agents.AI.Workflows; using Microsoft.Agents.AI; using System; using System.Collections.Generic; using System.Linq; using System.Text; 阅读全文
摘要:
using Microsoft.Agents.AI.Workflows; using Microsoft.Agents.AI; using System; using System.Collections.Generic; using System.Linq; using System.Text; 阅读全文
摘要:
1 参考文章: https://www.cnblogs.com/edisontalk/p/-/quick-start-on-maf-chatper05 using Microsoft.Agents.AI; using Microsoft.Agents.AI.Workflows; using Micr 阅读全文
摘要:
1 创建AI ChatClent public class AIChatClient { public IChatClient Client { get; } public string ModelID { get; set; } = "qwen3.7-max-2026-05-17"; public 阅读全文