diff --git a/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/generatedResponse.png b/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/generatedResponse.png new file mode 100644 index 0000000..938fc2a Binary files /dev/null and b/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/generatedResponse.png differ diff --git a/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/prompt.png b/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/prompt.png new file mode 100644 index 0000000..13c5ded Binary files /dev/null and b/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/prompt.png differ diff --git a/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/sample.json b/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/sample.json new file mode 100644 index 0000000..e49f874 --- /dev/null +++ b/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/sample.json @@ -0,0 +1,47 @@ +[ + { + "name": "m365-copilot-compare-proposals-on-defined-criteria", + "source": "pnp", + "title": "Compare technical proposals to find the suitable proposal based on the defined criteria using Microsoft 365 Copilot", + "shortDescription": "Compare technical proposals to find the suitable proposal based on the defined criteria using Microsoft 365 Copilot", + "url": "https://github.com/pnp/copilot-prompts/tree/main/samples/m365-copilot-compare-proposals-on-defined-criteria", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-prompts/tree/main/samples/m365-copilot-compare-proposals-on-defined-criteria", + "longDescription": [ + "This prompt helps in creating a comparison with 2 proposal in tabular format. In this scenario the proposal is compared based on the following criteria, risks & challenges, secure and governed approach and value outcome. Also take recommendation from AI on the suitable proposal based on the provided criteria." + ], + "creationDateTime": "2024-10-08", + "updateDateTime": "2024-1o-08", + "products": [ + "Copilot for Microsoft 365" + ], + "metadata": [], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/copilot-prompts/raw/main/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/prompt.png", + "alt": "Prompt used to to find the suitable proposal based on the defined criteria using Microsoft 365 Copilot" + }, + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/copilot-prompts/raw/main/samples/m365-copilot-compare-proposals-on-defined-criteria/assets/generatedResponse.png", + "alt": "Generated response in tabular format based on the criteria provided in prompt" + } + ], + "authors": [ + { + "gitHubAccount": "Shrusti13", + "pictureUrl": "https://github.com/Shrusti13", + "name": "Shrushti Shah" + } + ], + "references": [ + { + "name": "Microsoft Copilot", + "description": "Microsoft Copilot", + "url": "https://copilot.microsoft.com/" + } + ] + } +] \ No newline at end of file diff --git a/samples/m365-copilot-compare-proposals-on-defined-criteria/readme.md b/samples/m365-copilot-compare-proposals-on-defined-criteria/readme.md new file mode 100644 index 0000000..68e4fa8 --- /dev/null +++ b/samples/m365-copilot-compare-proposals-on-defined-criteria/readme.md @@ -0,0 +1,57 @@ +# 🚀 Compare technical proposals to find the suitable proposal based on the defined criteria using Microsoft 365 Copilot đŸ’ģ + +![Prompt used to to find the suitable proposal based on the defined criteria using Microsoft 365 Copilot](./assets/prompt.png) +![Generated response in tabular format based on the criteria provided in prompt](./assets/generatedResponse.png) + +## Summary + +This prompt helps in creating a comparison with 2 proposal in tabular format. In this scenario the proposal is compared based on the following criteria, risks & challenges, secure and governed approach and value outcome. Also take recommendation from AI on the suitable proposal based on the provided criteria. + +## Prompt 💡 + +Can you go through the two proposals and give back the following details. Make the comparison in tabular format. Highlight the risks and challenges in both the approaches., which is the better governed and secured approach, which approach provides the best value outcome. Also let me know which proposal according to you is most suitable based on the following criteria. + +## Description ℹī¸ + +This prompt compares two proposals to find the suitable proposal based on the specified criteria. + +## Contributors 👨‍đŸ’ģ + +[Shrushti Shah](https://github.com/Shrusti13) + +## Version history + +Version|Date|Comments +-------|----|-------- +1.0|October 8, 2024|Initial release + +## Instructions 📝 + +1. Make sure you have copilot for Microsoft 365 in your tenant +2. Go to Microsoft 365 Copilot in Office.com or use Copilot chat in Teams +3. Copy paste the above prompt +4. Copilot will generate a comparison based on the provided criteria and a suitable recommendation. +5. In this scenario I have the proposal in the chat context above but you can attach multiple proposal documents in the prompt as well. + +### Improvise Usage 🚀 +Anyone using this can modify the prompt and add a different set of criteria's which they are looking for to generate a comparison and this comparison is not restricted to just 2 proposals but can add more proposals for comparison as well. + +## 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-post-meeting-summary-prompt) \ No newline at end of file