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

Add summarise-employee-feedback ai-builder prompt #19

Merged
merged 2 commits into from
Mar 5, 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
30 changes: 30 additions & 0 deletions prompts/ai-builder/summarise-employee-feedback/README.md
Original file line number Diff line number Diff line change
@@ -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.**
Original file line number Diff line number Diff line change
@@ -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.
Loading