系统提示词优化

This commit is contained in:
xiaoski 2026-05-13 18:31:23 +08:00
parent 2bff987be1
commit 1a3cfbb0af

View File

@ -111,9 +111,10 @@ impl PromptSection for YourTaskSection {
fn build(&self, _ctx: &PromptContext<'_>) -> String { fn build(&self, _ctx: &PromptContext<'_>) -> String {
"## 你的任务 "## 你的任务
使 使skill来完成目标
使" 使
"
.to_string() .to_string()
} }
} }