mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 06:23: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%222slsoqODoCsbxYerN7aRb%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Question vs Sentence Classifier | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%222slsoqODoCsbxYerN7aRb%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
Analyze the content and then classify it as sentence vs questions with the score and keywords.
|
||||
|
||||
@@ -11,6 +11,71 @@ Analyze the provided content and then classify then as sentences or questions wi
|
||||
{{ content }}
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
{
|
||||
|
||||
"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"
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: {
|
||||
@@ -77,4 +142,3 @@ Analyze the provided content and then classify then as sentences or questions wi
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user