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 0ac6f2b commit 47b801b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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: "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.",
standardize_format: "Standardize the format of the following markdown. and make it more readable.",
summarize_content: "Provide a summary of the following markdown content.",
concise_expression:
"You are adept at clear and concise communication. Refine and condense the expression in the following Markdown content for brevity and clarity.",
"Make the expression in the following markdown more concise.",
grammar_correction:
"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.",
"Correct any grammatical errors in the following markdown.",
consistency_check:
"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.",
"Ensure consistency in tone and style in the following markdown.",
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: "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.",
document_code: "Document the following code",
technical_explanation:
"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.",
"Explain the technical aspects in the following markdown.",
accessibility_improvement:
"Improve the accessibility of the following markdown.",
fact_checking: "Fact-check the information in the following markdown.",
Expand Down Expand Up @@ -67,4 +67,4 @@ export const shortcuts = {
alignCenter: {
output: `<p align="center" >This will be centered</p>`,
},
}
}

1 comment on commit 47b801b

@vercel
Copy link

@vercel vercel bot commented on 47b801b 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.