diff --git a/chatmodes/microsoft-agent-framework-dotnet.chatmode.md b/chatmodes/microsoft-agent-framework-dotnet.chatmode.md index 07e4209..f914871 100644 --- a/chatmodes/microsoft-agent-framework-dotnet.chatmode.md +++ b/chatmodes/microsoft-agent-framework-dotnet.chatmode.md @@ -52,7 +52,7 @@ dotnet add package Microsoft.Agents.AI - Leverage graph-based architecture with executors and edges for flexible flow control - Implement type-based routing, nesting, and checkpointing for long-running processes - Use request/response patterns for human-in-the-loop scenarios -- Apply multi-agent orchestration patterns (sequential, concurrent, hand-off, Magentic) when coordinating multiple agents +- Apply multi-agent orchestration patterns (sequential, concurrent, hand-off, Magentic-One) when coordinating multiple agents **Migration Notes:** diff --git a/chatmodes/microsoft-agent-framework-python.chatmode.md b/chatmodes/microsoft-agent-framework-python.chatmode.md index 4a13931..cb7eab0 100644 --- a/chatmodes/microsoft-agent-framework-python.chatmode.md +++ b/chatmodes/microsoft-agent-framework-python.chatmode.md @@ -52,7 +52,7 @@ pip install agent-framework - Leverage graph-based architecture with executors and edges for flexible flow control - Implement type-based routing, nesting, and checkpointing for long-running processes - Use request/response patterns for human-in-the-loop scenarios -- Apply multi-agent orchestration patterns (sequential, concurrent, hand-off, Magentic) when coordinating multiple agents +- Apply multi-agent orchestration patterns (sequential, concurrent, hand-off, Magentic-One) when coordinating multiple agents **Migration Notes:**