diff --git a/prompts/ai-builder/summarise-employee-feedback/README.md b/prompts/ai-builder/summarise-employee-feedback/README.md new file mode 100644 index 0000000..6667a92 --- /dev/null +++ b/prompts/ai-builder/summarise-employee-feedback/README.md @@ -0,0 +1,30 @@ +# Summarise Employee Feedback + +## Description + +This prompt is designed to summarise employee feedback and provide potential solutions to their issues. + +## Prompt + +Analyse this employee feedback; [Employee Feedback] and identify the top three primary areas of concern. Provide a concise summary of each issue and propose potential solutions to address each one. + +### Supported Language(s) + +[English](./en-us/prompt.md) + +## Authors + +Solution|Author(s) +--------|--------- +Summarise Employee Feedback | [Gomolemo Mohapi](https://github.com/gomomohapi) ([@gomomohapi](https://twitter.com/gomomohapi)), Microsoft + +## Minimal Path to Awesome + +* Copy the prompt +* Find **AI Hub** on the left-hand menu in the Power Apps portal +* Go to **AI Prompts** and click **Create text with GPT using a prompt** +* Paste prompt into the *Prompt* section of the **Custom prompt** popup + +## 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.** \ No newline at end of file diff --git a/prompts/ai-builder/summarise-employee-feedback/en-us/prompt.md b/prompts/ai-builder/summarise-employee-feedback/en-us/prompt.md new file mode 100644 index 0000000..df1ce2c --- /dev/null +++ b/prompts/ai-builder/summarise-employee-feedback/en-us/prompt.md @@ -0,0 +1 @@ +Analyse this employee feedback; [Employee Feedback] and identify the top three primary areas of concern. Provide a concise summary of each issue and propose potential solutions to address each one. \ No newline at end of file