Skip to content

Commit

Permalink
Merge pull request #62 from SanikaTh/main
Browse files Browse the repository at this point in the history
M365 Summarise Email
  • Loading branch information
rabwill authored Sep 30, 2024
2 parents 072a723 + e709cde commit fcc4e27
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 0 deletions.
Binary file added samples/m365-summarise-email/assets/demo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions samples/m365-summarise-email/assets/sample.json
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/"
}
]
}
]
53 changes: 53 additions & 0 deletions samples/m365-summarise-email/readme.md
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)

0 comments on commit fcc4e27

Please sign in to comment.