mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-29 19:12:15 +00:00
FIX: Clarify spam response expectations. (#1470)
This commit is contained in:
parent
8d943fa29d
commit
57b00526f8
@ -44,13 +44,13 @@ module DiscourseAi
|
|||||||
- Site description: {site_description}
|
- Site description: {site_description}
|
||||||
- Site top 10 categories: {top_categories}
|
- Site top 10 categories: {top_categories}
|
||||||
|
|
||||||
Format your response as a JSON object with a one key named "spam", which indicates if a post is spam or legitimate.
|
Format your response as a JSON object with a one key named "spam", which is a boolean that indicates if a post is spam or legitimate.
|
||||||
Your output should be in the following format:
|
Your output should be in the following format:
|
||||||
<output>
|
<output>
|
||||||
{"spam": "xx"}
|
{"spam": xx}
|
||||||
</output>
|
</output>
|
||||||
|
|
||||||
Where "xx" is true if the post is spam, or false if it's legitimate.
|
Where xx is true if the post is spam, or false if it's legitimate.
|
||||||
PROMPT
|
PROMPT
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user