- 
                Notifications
    
You must be signed in to change notification settings  - Fork 532
 
[Doc Issue][Remove ME agent references] #13411
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
Changes from 9 commits
c20b3bc
              f3aa486
              d46449a
              aa444e3
              31c7c99
              de7eae6
              53a8b5b
              5b4d6ae
              8118b58
              484772f
              3dd65e9
              7723e37
              8de9cbe
              ae09231
              6778849
              File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
| 
          
            
          
           | 
    @@ -14,14 +14,14 @@ ms.collection: ce-skilling-ai-copilot | |
| > [!IMPORTANT] | ||
| > | ||
| > * Agents for Microsoft 365 Copilot are in preview and work only in Microsoft 365 Copilot. | ||
| > * Message extension agents are in preview. | ||
| > * Message extensions agents in Microsoft 365 Copilot are in public preview for Microsoft Word and PowerPoint. | ||
| > * Message extension are in preview. | ||
                
       | 
||
| > * Message extensions in Microsoft 365 Copilot are in public preview for Microsoft Word and PowerPoint. | ||
| > * Ensure that Microsoft 365 Copilot is available for your organization. You have two ways to get a developer environment for Microsoft 365 Copilot: | ||
| > * A sandbox Microsoft 365 tenant with Microsoft 365 Copilot (available in limited preview through [TAP membership](https://developer.microsoft.com/microsoft-365/tap)). | ||
| > * An enterprise customer production environment with Microsoft 365 Copilot licenses. | ||
| > For more information about validation guidelines for agents to increase their chance for being listed on the Team Store, see [validation guidelines for agents](../concepts/deploy-and-publish/appsource/prepare/review-copilot-validation-guidelines.md). | ||
| 
     | 
||
| Microsoft 365 agents provide integration with various Microsoft 365 products, such as Teams and Outlook. The integration helps users to search or create content in external systems. Message extension agents allow Microsoft 365 Copilot to interact with APIs from other software and services through a bot. With Microsoft 365 Copilot, you can: | ||
| Microsoft 365 agents provide integration with various Microsoft 365 products, such as Teams and Outlook. The integration helps users to search or create content in external systems. Message extension allow Microsoft 365 Copilot to interact with APIs from other software and services through a bot. With Microsoft 365 Copilot, you can: | ||
                
       | 
||
| 
     | 
||
| * Search for the latest information or record. For example, the latest incident ticket or survey results. | ||
| * Summarize information based on multiple records. For example, summarize all incident tickets related to the project Northwind. | ||
| 
        
          
        
         | 
    @@ -34,7 +34,7 @@ We recommend that you build or upgrade your existing message extensions to maxim | |
| 
     | 
||
| [*Must fix*] | ||
| 
     | 
||
| A good description offers a clear and concise summary of the app’s features and allows Microsoft 365 Copilot to efficiently discover and execute search operations. When a user enters the app name along with a verb, for example, **Find Contoso tickets**, the message extension agent must be invoked from Microsoft 365 Copilot. | ||
| A good description offers a clear and concise summary of the app’s features and allows Microsoft 365 Copilot to efficiently discover and execute search operations. When a user enters the app name along with a verb, for example, **Find Contoso tickets**, the message extension must be invoked from Microsoft 365 Copilot. | ||
| 
     | 
||
| :::image type="content" source="../assets/images/Copilot/validation-guidelines-plugin-prompt-pass.png" alt-text="Screenshot shows a pass scenario with an example of a sample prompt for message extension agent in Microsoft 365 Copilot."::: | ||
| 
     | 
||
| 
        
          
        
         | 
    @@ -44,7 +44,7 @@ A good description offers a clear and concise summary of the app’s features an | |
| 
     | 
||
| Long and short app descriptions must be clear and define the app's scope. To render an app as an agent in Microsoft 365 Copilot, modify the app description to suit the following agent requirements: | ||
| 
     | 
||
| * Long description must clearly explain the functionality and usage of the message extension agent in Microsoft 365 Copilot. For example, use Contoso cloud in Microsoft 365 Copilot to search and summarize your tasks. | ||
| * Long description must clearly explain the functionality and usage of the message extension in Microsoft 365 Copilot. For example, use Contoso cloud in Microsoft 365 Copilot to search and summarize your tasks. | ||
                
       | 
||
| * Short description must briefly describe the app's functionality in a natural language and can include the name of the app. | ||
| 
     | 
||
| The following code snippets show the short description examples for each category: | ||
| 
          
            
          
           | 
    ||
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
| 
          
            
          
           | 
    @@ -110,12 +110,12 @@ To run the message extension in Teams, follow these steps: | |
| 
     | 
||
| --- | ||
| 
     | 
||
| ### Extend bot-based message extension as agent | ||
| ### Extend bot-based message extension | ||
                
       | 
||
| 
     | 
||
| > [!IMPORTANT] | ||
| > Agents for Microsoft 365 Copilot are in preview and only work in Microsoft 365 Copilot in Teams. | ||
| 
     | 
||
| Microsoft 365 agents provide integration with various Microsoft 365 products, such as Teams and Outlook. The integration helps users to search or create content in external systems. Message extension agents allow Microsoft 365 Copilot to interact with APIs from other software and services through a bot. We recommend that you build or upgrade your existing message extensions to maximize their usefulness and usability in Microsoft 365 Copilot. For more information, see [extend bot-based message extension as agent for Microsoft 365 Copilot](../../build-bot-based-agent.md). | ||
| Microsoft 365 agents provide integration with various Microsoft 365 products, such as Teams and Outlook. The integration helps users to search or create content in external systems. Message extension allow Microsoft 365 Copilot to interact with APIs from other software and services through a bot. We recommend that you build or upgrade your existing message extensions to maximize their usefulness and usability in Microsoft 365 Copilot. For more information, see [extend bot-based message extension as agent for Microsoft 365 Copilot](../../build-bot-based-agent.md). | ||
| 
     | 
||
| ## Code snippets | ||
| 
     | 
||
| 
          
            
          
           | 
    ||
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.
If the files are unlinked why the changes are made to the files and are in the PR.
Uh oh!
There was an error while loading. Please reload this page.
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.