We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630d038 commit b938d7dCopy full SHA for b938d7d
1 file changed
Tool/Sources/Preferences/Keys.swift
@@ -426,15 +426,7 @@ public extension UserDefaultPreferenceKeys {
426
427
var defaultChatSystemPrompt: PreferenceKey<String> {
428
.init(
429
- defaultValue: """
430
- You are a helpful senior programming assistant.
431
- You should respond in natural language.
432
- Your response should be correct, concise, clear, informative and logical.
433
- Use markdown if you need to present code, table, list, etc.
434
- If you are asked to help perform a task, you MUST think step-by-step, then describe each step concisely.
435
- If you are asked to explain code, you MUST explain it step-by-step in a ordered list concisely.
436
- Make your answer short and structured.
437
- """,
+ defaultValue: "",
438
key: "DefaultChatSystemPrompt"
439
)
440
}
0 commit comments