From b9f2f8061aeb46b3ce33bd579f895185e90b4b43 Mon Sep 17 00:00:00 2001 From: Rabia Williams Date: Mon, 30 Sep 2024 11:04:28 +1000 Subject: [PATCH] Added sample file --- .../assets/readme.md | 63 ------------------- .../assets/sample.json | 42 +++++++++++++ 2 files changed, 42 insertions(+), 63 deletions(-) delete mode 100644 samples/m365-top10_bullet_points_in_document/assets/readme.md create mode 100644 samples/m365-top10_bullet_points_in_document/assets/sample.json diff --git a/samples/m365-top10_bullet_points_in_document/assets/readme.md b/samples/m365-top10_bullet_points_in_document/assets/readme.md deleted file mode 100644 index 15e9d87..0000000 --- a/samples/m365-top10_bullet_points_in_document/assets/readme.md +++ /dev/null @@ -1,63 +0,0 @@ -# 🚀 Fetch the top 10 bullet points of a Document - -![Copilot with prompt to fetch the top 10 bulletpoints of document](./assets/prompt.png) - - - -## Summary - -This prompt helps technical panel to list all the candidates for which they took the interview in a given period of time, in this case the technical panel is asking copilot to get the list of candidates panel interviewed for the past 6 months and asking copilot to get the reference from Outlook mailbox. - -## Prompt 💡 - -Fetch me top 10 bullet points from the document[attach the Document] - - -## Description ℹī¸ - -To Get a summarized top 10 bullet points of the document and this can be a document of any filetype like text,word,pdf etc.. - - -## Contributors 👨‍đŸ’ģ - -[Sabdeep Pothedar](https://github.com/SandeepPothedar) - -## Version history - -Version|Date|Comments --------|----|-------- -1.0|Sep 26, 2024|Initial release - - -## Instructions 📝 - - -1. Make sure you have copilot for Microsoft 365 in your tenant -3. Go to Microsoft 365 Copilot in Office.com or use Copilot chat in Teams -4. Copy paste the above prompt -5. Copilot will ftech the top 10 bullet points for of the document - - -### Improvise Usage 🚀 -You can ask Copilot to elaborate on any of the bullet points listed in the result or Create the Script for a PPT that you want to create out of it - - -## 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-upcoming-meetings-prompt) diff --git a/samples/m365-top10_bullet_points_in_document/assets/sample.json b/samples/m365-top10_bullet_points_in_document/assets/sample.json new file mode 100644 index 0000000..95c859e --- /dev/null +++ b/samples/m365-top10_bullet_points_in_document/assets/sample.json @@ -0,0 +1,42 @@ +[ + { + "name": "copilotprompts-m365-top10_bullet_points_in_document", + "source": "pnp", + "title": "Fetch the top 10 bullet points of a Document", + "shortDescription": "A prompt to fetch the top 10 bullet points of a Document", + "url": "https://github.com/pnp/copilot-prompts/tree/main/samples/m365-top10_bullet_points_in_document", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-prompts/tree/main/samples/m365-top10_bullet_points_in_document", + "longDescription": [ + "This prompt will help fetch the top 10 bullet points of a Document" + ], + "creationDateTime": "2024-09-26", + "updateDateTime": "2024-09-26", + "products": [ + "Microsoft 365 Copilot" + ], + "metadata": [ + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/copilot-prompts/raw/main/samples/m365-top10_bullet_points_in_document/assets/prompt.png", + "alt": "Prompt for help fetch the top 10 bullet points of a Document" + } + ], + "authors": [ + { + "gitHubAccount": "SandeepPothedar", + "pictureUrl": "https://avatars.githubusercontent.com/u/178758013?v=4", + "name": "Sandeep Pothedar" + } + ], + "references": [ + { + "name": "Microsoft Copilot", + "description": "Microsoft Copilot", + "url": "https://copilot.microsoft.com/" + } + ] + } + ] \ No newline at end of file