Customize Prompts
Where to customize prompts?¶
In LexiGenAssets/settings.yaml
.
If you want to write a prompt with multiple lines, follow this format:
Sentence Generation Prompt¶
Prompt Key:
Default Prompt:
Placeholders:
{word}
Analysis Prompt¶
Prompt Key:
Default Prompt:
Analyze the grammatical usage of '{word}' in this sentence: '{sentence}'
Focus on:
1. Tense (e.g., Present Simple, Past Perfect)
2. Voice (Active/Passive)
3. Mood (Indicative/Subjunctive)
4. Function (e.g., Subject, Object, Modifier)
Keep the analysis concise and technical. Output in 1 line. Example format:
"Present Simple, Active Voice. Functions as the subject of the sentence."
Placeholders:
{word}
{sentence}
Designation Prompt¶
Prompt Key:
Default Prompt:
Create a simple sentence using the word '{word}' using {tense} tense. The sentence should be clear and educational.
Placeholders:
{word}
{tense}
Contributing¶
If you have any better prompts, post here GitHub Discussion #20.
Thank you for your contribution 🫶.