mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 06:23:54 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
|
||||
[]()
|
||||
# Urgency Detection
|
||||
Text classification enables support teams to save hours of manual data processing by classifying the content and extract the sentences which are in urgent in nature.
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
Extract all the sentences or keywords which are of urgent importance. Analyze the provided content and then classify the sentences into urgent with the score and keywords in JSON format
|
||||
|
||||
{{ content }}
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Here's the JSON format for the urgent sentence/keywords:
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
{
|
||||
|
||||
"Urgent Sentences": [
|
||||
|
||||
{
|
||||
|
||||
"Sentence": "Can you please look into this matter right away?",
|
||||
|
||||
"Score": 10,
|
||||
|
||||
"Keywords": ["look into", "matter", "right away"]
|
||||
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
Note: The entire message seems to be urgent, but specifically requesting to look into the matter right away would indicate the highest level of urgency.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user