Skip to content

Commit

Permalink
Update copilot-plugins-architecture.md
Browse files Browse the repository at this point in the history
Delete duplicate work /the/ from line 81. Change "user" to "maker" assuming they are talking about makers/developers rather than [end]-users. This better aligns with other documentation and separates out makers/developers from users/end-users to enhance clarity of topic.
  • Loading branch information
Jaqiness authored Nov 16, 2023
1 parent 5e8d797 commit 4ab3e39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions power-virtual-agents/copilot-plugins-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ The administration layer is where administrators can use the Microsoft Admin Cen
### Plugin Discovery and Execution

The plugins available to a user include plugins assigned through deployed integrated apps. The plugins available to a user are discovered through the plugins registry. Users are free to further customize the plugins based on how they want to use the plugin flyout experience. The plugin execution information gets retrieved from the plugins registry and includes the runtime path.
The plugins available to a maker include plugins assigned through deployed integrated apps. The plugins available to a maker are discovered through the plugins registry. Makers are free to further customize the plugins based on how they want to use the plugin flyout experience. The plugin execution information gets retrieved from the plugins registry and includes the runtime path.

There are two runtime execution paths supported today:

1. **Plugins that are Dataverse-based**: Microsoft Dynamics 365 plugins that access or modify Dataverse data, Microsoft Copilot Studio topic plugins, and prompt plugins. This path supports Microsoft Entra ID authentication. The calls are made to the underlying system on behalf of the user.

1. **Plugins that use the the Power Platform connector ecosystem**: This path helps execute connectors that provide access to internal and external systems of record. It supports explicit configuration of credentials per user such as Salesforce connection credentials that are then maintained per user.
1. **Plugins that use the Power Platform connector ecosystem**: This path helps execute connectors that provide access to internal and external systems of record. It supports explicit configuration of credentials per user such as Salesforce connection credentials that are then maintained per user.

If a user doesn't find a suitable plugin for their task, they can navigate to the Microsoft Copilot Studio and create a plugin that addresses their needs.
If a maker doesn't find a suitable plugin for their task, they can navigate to the Microsoft Copilot Studio and create a plugin that addresses their needs.

### Data/AI Layer

Expand Down

0 comments on commit 4ab3e39

Please sign in to comment.