-
Notifications
You must be signed in to change notification settings - Fork 96
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 #62 from SanikaTh/main
M365 Summarise Email
- Loading branch information
Showing
3 changed files
with
95 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,42 @@ | ||
[ | ||
{ | ||
"name": "copilotprompts-m365-summarise-email", | ||
"source": "pnp", | ||
"title": "m365 Summarise Email", | ||
"shortDescription": "Ask copilot to summarise email", | ||
"url": "https://github.com/pnp/copilot-prompts/tree/main/samples/m365-summarise-email", | ||
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-prompts/tree/main/samples/m365-summarise-email", | ||
"longDescription": [ | ||
"This prompt will help you to summarise email discussions. It will provide you with a summary of the email discussions, so you can quickly catch up on what you missed." | ||
], | ||
"creationDateTime": "2024-09-27", | ||
"updateDateTime": "2024-09-27", | ||
"products": [ | ||
"Microsoft 365 Copilot" | ||
], | ||
"metadata": [ | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://github.com/pnp/copilot-prompts/raw/main/samples/m365-summarise-email/assets/demo.jpg", | ||
"alt": "Prompt for Copilot for Microsoft 365 showing how to summarise email discussions" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "SanikaTh", | ||
"pictureUrl": "https://avatars.githubusercontent.com/u/143930996?v=4", | ||
"name": "Sanika Sandip Thorat" | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"name": "Microsoft Copilot", | ||
"description": "Microsoft Copilot", | ||
"url": "https://copilot.microsoft.com/" | ||
} | ||
] | ||
} | ||
] |
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,53 @@ | ||
# π Summarise email discussions π¬ | ||
|
||
![Demo of summarising email discussions](./assets/demo.jpg) | ||
|
||
## Summary | ||
|
||
## Prompt π‘ | ||
|
||
Please summarize the following email, capturing the key points, important details, and any actions required. Ensure the tone remains professional and neutral | ||
|
||
## Description βΉοΈ | ||
|
||
Summarize the following email, capturing the key points, important details, and any actions required. Ensure the tone remains professional and neutral | ||
|
||
## Contributors π¨βπ» | ||
|
||
[Sanika Sandip Thorat](https://github.com/SanikaTh) | ||
|
||
## Version history | ||
|
||
Version|Date|Comments | ||
-------|----|-------- | ||
1.0|September 27, 2024|Initial release | ||
|
||
## Instructions π | ||
|
||
1. Make sure you have copilot for Microsoft 365 in your tenant | ||
2. Copy and paste the prompt in Copilot app and replace [email] with actual name in email | ||
|
||
### Improvise Usage π | ||
Suggest copilot to bring up any action items for you that was also discussed | ||
|
||
|
||
## Prerequisites | ||
|
||
* [Copilot for Microsoft 365](https://developer.microsoft.com/microsoft-365/dev-program) | ||
|
||
## Help | ||
|
||
We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. | ||
|
||
You can try looking at [issues related to this sample](https://github.com/pnp/copilot-prompts/issues?q=label%3A%22sample%3A%20YOUR-SAMPLE-NAME%22) to see if anybody else is having the same issues. | ||
|
||
If you encounter any issues using this sample, [create a new issue](https://github.com/pnp/copilot-prompts/issues/new). | ||
|
||
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/copilot-prompts/issues/new). | ||
|
||
## Disclaimer | ||
|
||
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** | ||
|
||
![](https://m365-visitor-stats.azurewebsites.net/SamplesGallery/copilotprompts-m365-summarise-email) | ||
|