Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M365 Summarise Email #62

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)

Loading