mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
|
||||
[]()
|
||||
# Question vs Sentence Classifier
|
||||
Analyze the content and then classify it as sentence vs questions with the score and keywords.
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
Analyze the provided content and then classify then as sentences or questions with the score and keywords in JSON format
|
||||
|
||||
{{ content }}
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: {
|
||||
|
||||
"sentences": [
|
||||
|
||||
{
|
||||
|
||||
"score": 0.8,
|
||||
|
||||
"keywords": [
|
||||
|
||||
"billed",
|
||||
|
||||
"twice",
|
||||
|
||||
"service",
|
||||
|
||||
"second time"
|
||||
|
||||
]
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"score": 0.5,
|
||||
|
||||
"keywords": [
|
||||
|
||||
"look into",
|
||||
|
||||
"matter"
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
"questions": [
|
||||
|
||||
{
|
||||
|
||||
"score": 0.7,
|
||||
|
||||
"keywords": [
|
||||
|
||||
"Can you",
|
||||
|
||||
"please",
|
||||
|
||||
"look into",
|
||||
|
||||
"this matter",
|
||||
|
||||
"right away"
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user