mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 14:33:54 +07:00
2024 chatgpt update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22nVOuqOgmWpNBQ8BlFHHbc%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Urgency Detection | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22nVOuqOgmWpNBQ8BlFHHbc%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
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.
|
||||
|
||||
@@ -11,6 +11,37 @@ Extract all the sentences or keywords which are of urgent importance. Analyze th
|
||||
{{ content }}
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
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.
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Here's the JSON format for the urgent sentence/keywords:
|
||||
@@ -43,4 +74,3 @@ Extract all the sentences or keywords which are of urgent importance. Analyze th
|
||||
|
||||
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