Skip to content

Commit b938d7d

Browse files
committed
Remove default system prompt
1 parent 630d038 commit b938d7d

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Tool/Sources/Preferences/Keys.swift

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -426,15 +426,7 @@ public extension UserDefaultPreferenceKeys {
426426

427427
var defaultChatSystemPrompt: PreferenceKey<String> {
428428
.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-
""",
429+
defaultValue: "",
438430
key: "DefaultChatSystemPrompt"
439431
)
440432
}

0 commit comments

Comments
 (0)