From ef575b88663c6af54827572f37406019d7db7a09 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:08:29 +0000 Subject: [PATCH 1/2] Initial plan From b98d48e52f0f57e3865e783b41170345d3025561 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:11:51 +0000 Subject: [PATCH 2/2] Rename "Microsoft Agents A365" to "Microsoft Agent 365" Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com> --- nodejs/openai/sample-agent/README.md | 2 +- python/agent-framework/sample-agent/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs/openai/sample-agent/README.md b/nodejs/openai/sample-agent/README.md index a8b5ff31..b80fbe22 100644 --- a/nodejs/openai/sample-agent/README.md +++ b/nodejs/openai/sample-agent/README.md @@ -59,7 +59,7 @@ For detailed information about this sample, please refer to: ## 📚 Related Documentation - [OpenAI Agent SDK Documentation](https://platform.openai.com/docs/guides/agents) -- [Microsoft Agents A365 Tooling](https://github.com/microsoft/Agent365-nodejs/tree/main/packages/agents-a365-tooling-extensions-openai) +- [Microsoft Agent 365 Tooling](https://github.com/microsoft/Agent365-nodejs/tree/main/packages/agents-a365-tooling-extensions-openai) - [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/typescript-sdk/tree/main) - [AgentsPlayground](https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/test-with-toolkit-project?tabs=windows) diff --git a/python/agent-framework/sample-agent/README.md b/python/agent-framework/sample-agent/README.md index 4df9a8c6..f8fc5aa5 100644 --- a/python/agent-framework/sample-agent/README.md +++ b/python/agent-framework/sample-agent/README.md @@ -27,7 +27,7 @@ For detailed information about this sample, please refer to: ## 📚 Related Documentation - [AgentFramework SDK Documentation](https://github.com/microsoft/Agent365) -- [Microsoft Agents A365 Tooling](https://github.com/microsoft/Agent365/tree/main/python) +- [Microsoft Agent 365 Tooling](https://github.com/microsoft/Agent365/tree/main/python) - [Model Context Protocol (MCP)](https://github.com/microsoft/Agent365/tree/main/python/libraries/microsoft-agents-a365-tooling) ## 🤝 Contributing