-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #756 from Cognigy/feature/microsoft-copilot
Feature/microsoft copilot
- Loading branch information
Showing
9 changed files
with
1,228 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Microsoft Copilot | ||
|
||
Discover a groundbreaking synergy between human creativity and AI intelligence with the [Microsoft Copilot](https://www.microsoft.com/en/microsoft-copilot) Extension for Cognigy.AI, empowering you to redefine conversational AI development and innovation like never before. | ||
|
||
## Connection | ||
|
||
This Extension requires a a configured ["Direct Line"](https://learn.microsoft.com/en-us/microsoft-copilot-studio/publication-fundamentals-publish-channels?tabs=web#configure-channels) channel within the Microsoft Copilot Studio. Furthermore, make sure that under ["Security" -> "Authentication"](https://learn.microsoft.com/en-us/microsoft-copilot-studio/configuration-end-user-authentication#choose-an-authentication-option), there is "No Authentication" selected. Afterward, please click on the created "Direct Line" channel and copy the "Token Enpdoint" url which is required for the connection. | ||
|
||
- Direct Line Token Endpoint | ||
|
||
## Node: Run Copilot | ||
|
||
This Flow Node executes the connected Microsoft Copilot by sending a text message. It waits for the answer and outputs it directly to the user. Furthermore, the `text` and `conversationId` are stored in the input or context object based on the selected storage location: | ||
|
||
```json | ||
{ | ||
"copilot": { | ||
"conversationId": "...-eu", | ||
"text": "What is Copilot?" | ||
} | ||
} | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.