Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
- Must reflect the actual content and context accurately, not generic summaries or clickbait
- Should be self-contained and readable on its own, providing enough context for readers to understand the topic without reading the full article
- Ensure the excerpt you return matches the language of the content you are given. For example, if the content is in English, the excerpt should be in English. If the content is in Spanish, the excerpt should be in Spanish
- Output only the excerpt text. Respond directly without preamble, without phrases like "Here is...", "Here's...", "Sure,", or "Of course,". Do not wrap the output in quotes, code fences, or tags. Do not add closing remarks, follow-up questions, or meta-commentary
INSTRUCTION;
1 change: 1 addition & 0 deletions includes/Abilities/Title_Generation/system-instruction.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
- Should be distinct in tone and focus
- Must reflect the actual content and context, not generic clickbait
- Ensure the title you return matches the language of the content you are given. For example, if the content is in English, the title should be in English. If the content is in Spanish, the title should be in Spanish
- Output only the title text. Respond directly without preamble, without phrases like "Here is...", "Here's...", "Sure,", or "Of course,". Do not wrap the output in quotes, code fences, or tags. Do not add closing remarks, follow-up questions, or meta-commentary
INSTRUCTION;
Loading