mirror of
https://github.com/linshenkx/prompt-optimizer.git
synced 2026-05-07 05:56:49 +08:00
- fold earlier planning notes into a single current-spec and archived history structure - keep manual acceptance steps and real API samples aligned with the refactored analysis/result/compare model - retain supporting workspace notes needed to review version-selection and evaluation behavior changes
17 lines
547 B
JSON
17 lines
547 B
JSON
{
|
|
"type": "prompt-only",
|
|
"evaluationModelKey": "dashscope",
|
|
"mode": {
|
|
"functionMode": "basic",
|
|
"subMode": "system"
|
|
},
|
|
"focus": {
|
|
"content": "重点检查是否足够强调“不要输出思考过程”,并判断分类结构是否会让模型遗漏风险等级",
|
|
"source": "user",
|
|
"priority": "highest"
|
|
},
|
|
"target": {
|
|
"workspacePrompt": "你是一个专业客服质检助手。回答前先判断用户问题类型,再输出:问题归类、风险等级、建议回复。不要输出思考过程。"
|
|
}
|
|
}
|