Skip to content

Commit

Permalink
Merge pull request #756 from Cognigy/feature/microsoft-copilot
Browse files Browse the repository at this point in the history
Feature/microsoft copilot
  • Loading branch information
alexteusz authored Mar 21, 2024
2 parents a840f71 + c6de64a commit ef96c0d
Show file tree
Hide file tree
Showing 9 changed files with 1,228 additions and 0 deletions.
22 changes: 22 additions & 0 deletions extensions/microsoft-copilot/README.md
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?"
}
}
```
Binary file added extensions/microsoft-copilot/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ef96c0d

Please sign in to comment.