-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve prompts not to reference "the text"
- Loading branch information
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
backend/base/src/main/resources/chattemplates/chatgpt/promptontext.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
composum/bundle/src/main/resources/create/predefinedprompts.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"---": "", | ||
"Summarize": "As the author, summarize the text by capturing its main ideas in the style the text is written. Ensure it's much shorter than the original. Identify the purpose and goal of the text, pinpoint key points of all topical sections. Write clear and simply, ensuring accuracy and completeness.", | ||
"Introduction": "Please write an eloquent introduction for the text, in the style the text is written.", | ||
"Conclusion": "Please write an eloquent conclusion for the text, in the style the text is written.", | ||
"Summarize": "As the author, summarize the text by capturing its main ideas in the style the text is written, as it could be put in front of the text. Ensure it's much shorter than the original. Identify the purpose and goal of the text, pinpoint key points of all topical sections. Write clear and simply, ensuring accuracy and completeness.", | ||
"Introduction": "Please write an eloquent introduction for the text, in the style the text is written, as it could be put in front of the text.", | ||
"Conclusion": "Please write an eloquent conclusion for the text, in the style the text is written, as it could be put after the text.", | ||
"Expand": "Using the provided notes as inspiration, write a text that expresses the main ideas and themes that are present. Use a businesslike informative style.", | ||
"Extend": "Please extend the text with more details and elaboration while maintaining the current tone and style.", | ||
"Abstract": "Please write an abstract for the text that provides a concise overview of the key points and main themes.", | ||
"Abstract": "Please write an abstract for the text that provides a concise overview of the key points and main themes, as it could be put in front of the text.", | ||
"Headline": "Please write a headline for the text. Print just the raw headline, no explanations and no quotes. Use a businesslike informative style.", | ||
"10 headline suggestions": "Please write 10 suggestions for a headline for the text. Print just the raw headline, no explanations and no quotes. Use a businesslike informative style.", | ||
"10 headline + subheadline suggestions": "Please write 10 suggestions for a headline and a subheading for the text. For each suggestion print just the raw headline and in the next line a subheading. Please no explanations and no surrounding with quotes. Use a businesslike informative style.", | ||
"Question": "Please answer the following question based on the given text:\n", | ||
"Improve": "Print improved version of the text into a businesslike informative style.\nDo also fix orthographical and grammar errors.", | ||
"SEO Description": "Please create a description for a web page with the following text, usable for search engine optimization (SEO).", | ||
"Teaser": "Please write a brief, engaging teaser for the text. It should pique the reader's interest and encourage them to read the full content.", | ||
"Teaser": "Please write a brief, engaging teaser for the text, as it could be used for a link to the text. It should pique the reader's interest and encourage them to read the full content.", | ||
"Rewrite for Different Audience": "Please rewrite the text to suit a different audience: \n", | ||
"Bullet Point Summary": "Please summarize the main points of the text as a list of bullet points.", | ||
"Bullet Point Summary": "Please summarize the main points of the text as a list of bullet points, as it could be put in front of the text", | ||
"BAB Framework Text": "Please write a complete text using the Before-After-Bridge (BAB) framework. Start by describing the problem, then envision the improvements, and finally introduce the solution that makes this transformation possible.", | ||
"AIDA Framework Text": "Please write a complete text using the AIDA framework. Start by capturing attention, then generate interest, induce desire, and finally, call for action.", | ||
"Slogan": "Based on the given text, please create a catchy and memorable slogan that captures its main theme.", | ||
"Slogan": "Based on the given text, please create a catchy and memorable slogan that captures its main theme. Output it as it could be put in front of the text.", | ||
"CTA": "Based on the text, create a call to action that encourages the reader to take the next step, and clearly conveys the unique value proposition to the reader.", | ||
"Markdown to HTML": "Convert the following text from Markdown to HTML:\n\n" | ||
} |