Skip to content

Commit

Permalink
Update decision-guide typo for ContextIQ
Browse files Browse the repository at this point in the history
  • Loading branch information
gladysaj authored Aug 1, 2024
1 parent a87ea52 commit d171528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/decision-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Before settling on a path, it’s wise to consider the pros and cons of each opt

| Extensibility options | Benefits | Limitations |
|:------------------------|:-----------------------------------|:-------------------------------------|
| **Graph connectors** | Able to add activities (*e.g.* View, modify, and shared), which improve the relevance<br/> <br/> Semantic discovery of content is immediately available without turning on<br/> <br/> Content in Graph also works with ContextIO, Content Recommendations and Enterprise Search in Microsoft365.com, SPO, and Bing at Work<br/> <br/> Third-party data stays within compliance boundary by indexing the data ([Learn more](data-privacy-security.md)) | Not visible or discoverable to end-users unless used with declarative copilots and/or message extensions <br/> <br/> No sideloading. The Search Administrator role is required to deploy your Graph Connector to Copilot<br/> <br/> If you don't implement Entra ID Groups in your system, you need to create External Groups calling Graph APIs and maintain sync state of the membership |
| **Graph connectors** | Able to add activities (*e.g.* View, modify, and shared), which improve the relevance<br/> <br/> Semantic discovery of content is immediately available without turning on<br/> <br/> Content in Graph also works with ContextIQ, Content Recommendations and Enterprise Search in Microsoft365.com, SPO, and Bing at Work<br/> <br/> Third-party data stays within compliance boundary by indexing the data ([Learn more](data-privacy-security.md)) | Not visible or discoverable to end-users unless used with declarative copilots and/or message extensions <br/> <br/> No sideloading. The Search Administrator role is required to deploy your Graph Connector to Copilot<br/> <br/> If you don't implement Entra ID Groups in your system, you need to create External Groups calling Graph APIs and maintain sync state of the membership |
| **Declarative copilots** | Your own branded chat experience <br/> <br/> Improved discoverability and user-experiences | Still in private preview and features are limited |
| **API plugins** | Support search and action <br/> <br/> Support basic Adaptive Cards for better UX <br/> <br/> Simpler development with existing REST APIs with OpenAPI specifications <br/><br/> You can include instructions to LLM | Still in private preview and features are limited |
| **Teams message extensions** | Discoverable through Teams Store or App Source marketplace <br/> <br/> Support search and action <br/> <br/> Support Adaptive Cards for better UX and more controls <br/><br/> Works on Outlook too <br/> <br/> If you previously have build message extensions for Teams, they now work as plugins | Max 1 million plugins enabled per user <br/> <br/> Limited numbers of commands (max 3) and parameters (max 5) <br/> <br/> Orchestrator only reasons with 10 plugins per prompt <br/> <br/> Data can leave compliance boundary, as it calls the bot framework command, which is hosted externally to the Microsoft 365 boundary<br/> <br/> Performance depends on developers and hosting<br/> <br/> Handling multi-parameters with complex prompts can be challenging |
Expand Down Expand Up @@ -160,4 +160,4 @@ Learn prerequisites for building connectors and plugins:
- [API plugins overview](overview-api-plugins.md)
- [Copilot Studio plugins overview](overview-business-applications.md)
- [Teams Message extensions overview](overview-message-extension-bot.md)
- [Teams AI Library](/microsoftteams/platform/bots/how-to/teams%20conversational%20ai/teams-conversation-ai-overview)
- [Teams AI Library](/microsoftteams/platform/bots/how-to/teams%20conversational%20ai/teams-conversation-ai-overview)

0 comments on commit d171528

Please sign in to comment.