-
Notifications
You must be signed in to change notification settings - Fork 6
Rename Teams AI to Teams SDK 🎉 #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the naming convention throughout the codebase from "Teams AI Library" to "Teams SDK" to reflect a rebranding effort. The changes are primarily documentation and comment updates to ensure consistent terminology across the repository.
- Renamed "Teams AI Library" to "Teams SDK" in README files, documentation, and code comments
- Updated references in package descriptions, docstrings, and support documentation
- Applied formatting corrections (trailing whitespace removal, table alignment)
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/ai-test/README.md | Updated sample description and formatted feature documentation with consistent spacing |
| packages/mcpplugin/src/microsoft/teams/mcpplugin/server_plugin.py | Renamed references from "Teams AI" to "Teams SDK" in docstrings and comments |
| packages/mcpplugin/src/microsoft/teams/mcpplugin/ai_plugin.py | Updated docstrings to use "Teams SDK" terminology |
| packages/mcpplugin/pyproject.toml | Updated package description and removed trailing whitespace |
| packages/graph/README.md | Updated SDK name in package description |
| packages/ai/src/microsoft/teams/ai/ai_model.py | Updated docstring reference to "Teams SDK" |
| packages/ai/README.md | Updated package title and removed trailing whitespace |
| SUPPORT.md | Updated Teams channel link text to reference "Teams SDK" |
| README.md | Updated main title, removed trailing whitespace, and improved formatting |
| CONTRIBUTING.md | Updated contributing guide link text to "Teams SDK" |
| .github/copilot-instructions.md | Updated all references from "Teams AI Library" to "Teams SDK" and removed trailing whitespace |
References to teams-ai have been updated to teams-sdk.