-
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.
- Loading branch information
Showing
4 changed files
with
79 additions
and
166 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 |
---|---|---|
@@ -1 +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?" | ||
} | ||
} | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.