Skip to content
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

Update decision-guide typo for ContextIQ word #13

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading