summaryrefslogtreecommitdiff
path: root/config.toml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 667724c..1bed067 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -120,6 +120,8 @@ temperature = 0.2
# go_test_user = "Function under test:\n{{function}}"
# simplify_system = "You are a precise code improvement engine. Simplify and improve the given code while preserving behavior. Return only the improved code with no prose or backticks."
# simplify_user = "Improve this code:\n{{selection}}"
+# fix_typos_system = "You are a precise proofreader. Fix all typos, spelling errors, and grammatical mistakes in the given text. Improve clarity and readability while preserving the original meaning, tone, and structure. Return only the corrected text with no prose or backticks."
+# fix_typos_user = "Fix typos and improve grammar and clarity:\n{{selection}}"
# Define additional custom code actions (optional)
# [[prompts.code_action.custom]]