Skip to content

Commit

Permalink
chore: prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Jan 7, 2024
1 parent 7fe009a commit 0ac6f2b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ export const defaultEditorContent: DefaultEditorContent = {
}

export const PROMPT = {
standardize_format: "Standardize the format of the following markdown.",
summarize_content: "Provide a summary of the following markdown content.",
standardize_format: "You are an expert Markdown writer. Standardize the provided text or Markdown for consistency and adherence to Markdown formatting rules.",
summarize_content: "You are skilled at concise summarization. Generate a brief summary of the key points and main ideas from the provided Markdown content.",
concise_expression:
"Make the expression in the following markdown more concise.",
"You are adept at clear and concise communication. Refine and condense the expression in the following Markdown content for brevity and clarity.",
grammar_correction:
"Correct any grammatical errors in the following markdown.",
"You are an expert in grammar and style. Correct any grammatical errors in the following Markdown content, and then rewrite it for improved clarity and flow while maintaining the original meaning.",
consistency_check:
"Ensure consistency in tone and style in the following markdown.",
"Your task is to review and adjust the following Markdown content to ensure a consistent tone and style throughout. Focus on harmonizing the voice, style elements, and overall presentation for a cohesive and uniform reading experience.",
hyperlink_implementation:
"Implement or review hyperlinks in the following markdown.",
optimize_headings:
Expand All @@ -35,9 +35,9 @@ export const PROMPT = {
"Optimize the use of bullet points or lists in the following markdown.",
translate_text: "Translate the following text into {language}",
convert_code: "Convert the following code into {to}",
document_code: "Document the following code",
document_code: "You are skilled in code documentation. Thoroughly document the following code snippet, providing clear and concise explanations for its functionality, structure, and any significant lines or elements.",
technical_explanation:
"Explain the technical aspects in the following markdown.",
"Your expertise lies in technical analysis. Examine the following Markdown content and provide detailed explanations of its technical aspects, including any complex terms, processes, or concepts mentioned.",
accessibility_improvement:
"Improve the accessibility of the following markdown.",
fact_checking: "Fact-check the information in the following markdown.",
Expand Down

1 comment on commit 0ac6f2b

@vercel
Copy link

@vercel vercel bot commented on 0ac6f2b Jan 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.