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