-
Notifications
You must be signed in to change notification settings - Fork 532
[Dev-Docs AI Improvement]: Microsoft 365 Agents Toolkit Overview #13651
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
base: main
Are you sure you want to change the base?
Conversation
Acrolinx ScorecardsWe currently enforce a minimum score of 80. Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
More info about Acrolinx Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 01216d3: ✅ Validation status: passed
For more details, please refer to the build report. |
|
|
||
| [!INCLUDE [Deprecation note](../includes/deprecation-note-teamsfx-sdk.md)] | ||
|
|
||
| Agents Toolkit (previously known as Teams Toolkit) makes it simple to get started with app development for Microsoft Teams, Outlook, and Microsoft 365 Copilot using Visual Studio Code. |
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.
Previously know is better when compared with formerly.
Simplifies getting is not making sense. Maybe it can be simplifies the process of developing app for Microsoft Teams.
| ## See also | ||
|
|
||
| [Install Microsoft 365 Agents Toolkit](install-Teams-Toolkit.md) | ||
| [Install Microsoft 365 Agents Toolkit](install-Teams-Toolkit.md) |
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.
I don't find any change here.
| ### Microsoft 365 Agents Playground | ||
|
|
||
| Microsoft 365 Agents Playground (previously known as Teams App Test Tool) makes debugging bot-based apps effortless. You can chat with your bot and see its messages and Adaptive Cards as they appear in Teams. You don’t need a Microsoft 365 developer account, tunneling, or Teams app and bot registration to use Agents Playground. For more information, see [Agents Playground](debug-your-Teams-app-test-tool.md). | ||
| Microsoft 365 Agents Playground (formerly Teams App Test Tool) makes debugging bot-based apps effortless. Chat with your bot and view its messages and Adaptive Cards as they appear in Teams. You don’t need a Microsoft 365 developer account, tunneling, or Teams app and bot registration to use Agents Playground. For more information, see [Agents Playground](debug-your-Teams-app-test-tool.md). |
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.
You have removed You can chat from the first sentence, and the second sentence has the word You.
| ### Multiple environments | ||
|
|
||
| Test your app with different groupings of hosted resources by creating unique configurations such as `dev`, `test`, and `prod` using the Environments features. | ||
| Test your app with different groupings of hosted resources by creating unique configurations such as `dev`, `test`, and `prod` with environment features. |
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.
Not sure if this is Environment or environment
| ### Project templates | ||
|
|
||
| Save time getting started with new Teams apps using the capability-focused templates for tabs, bots, message extensions, and common app scenarios. | ||
| Accelerate development of new Teams apps by using capability-focused templates for tabs, bots, message extensions, and common app scenarios. |
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.
new is not required in "new Teams apps"
| ### Composable automation tasks | ||
|
|
||
| Automate repetitive or tedious configuration using a composable task framework that creates app IDs, bot registrations, Microsoft Entra apps, and so on. | ||
| Automate repetitive configuration tasks with a composable task framework that creates app IDs, bot registrations, Microsoft Entra apps, and more. |
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.
Instead of tasks with a composable, we can use tasks by using composable framework
| * Run and debug to Teams, Outlook, and Copilot directly from Visual Studio Code. | ||
| * Smart defaults for hosting in Azure using infrastructure-as-code and Bicep. | ||
| * Test with different configurations such as dev, test, and prod using the environment features. | ||
| * Create new apps using project templates for common app scenarios. |
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.
by using
| * Create new apps using project templates for common app scenarios. | ||
| * Reduce setup time with automated app registration and configuration. | ||
| * Run and debug apps for Teams, Outlook, and Copilot directly from Visual Studio Code. | ||
| * Benefit from smart defaults for hosting in Azure using infrastructure-as-code and Bicep. |
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.
Use smart defaults for hosting is the correct phrase that we can use
| * Reduce setup time with automated app registration and configuration. | ||
| * Run and debug apps for Teams, Outlook, and Copilot directly from Visual Studio Code. | ||
| * Benefit from smart defaults for hosting in Azure using infrastructure-as-code and Bicep. | ||
| * Test with various configurations such as dev, test, and prod using environment features. |
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.
We should use different. Also, check if this is environment or Environment.
This PR updates the content of the file: msteams-platform/toolkit/agents-toolkit-fundamentals.md.
Submitted by: @yashy797