chore: provide default prompt

This commit is contained in:
Junyan Qin
2025-04-01 20:42:23 +08:00
parent 1d8fb02989
commit 99cc50b5cb
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@
"model": "gpt-4o",
"prompt-mode": "normal",
"prompt": {
"default": ""
"default": "You are a helpful assistant."
},
"runner": "local-agent",
"dify-service-api": {

View File

@@ -368,7 +368,7 @@
"type": "string",
"title": "默认情景预设",
"description": "设置默认情景预设。值为空字符串时,将不使用情景预设(人格)",
"default": ""
"default": "You are a helpful assistant."
}
},
"patternProperties": {