mirror of
https://github.com/linshenkx/prompt-optimizer.git
synced 2026-07-01 09:14:26 +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
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
||
"type": "result",
|
||
"evaluationModelKey": "dashscope",
|
||
"mode": {
|
||
"functionMode": "pro",
|
||
"subMode": "variable"
|
||
},
|
||
"focus": {
|
||
"content": "关注“不要解释”与变量替换后语气是否仍稳定",
|
||
"source": "user",
|
||
"priority": "highest"
|
||
},
|
||
"target": {
|
||
"workspacePrompt": "你是一位{{风格}}的诗人。请根据以下要求创作一首关于“{{主题}}”的诗歌,不要解释。",
|
||
"referencePrompt": "你是一位{{风格}}的诗人,请写一首{{主题}}的诗"
|
||
},
|
||
"testCase": {
|
||
"id": "a-variable-test-case",
|
||
"label": "变量输入",
|
||
"input": {
|
||
"kind": "variables",
|
||
"label": "变量输入",
|
||
"content": "风格=中文古典\n主题=程序员加班"
|
||
}
|
||
},
|
||
"snapshot": {
|
||
"id": "a",
|
||
"label": "A",
|
||
"testCaseId": "a-variable-test-case",
|
||
"promptRef": {
|
||
"kind": "workspace",
|
||
"label": "工作区"
|
||
},
|
||
"promptText": "你是一位{{风格}}的诗人。请根据以下要求创作一首关于“{{主题}}”的诗歌,不要解释。",
|
||
"output": "《夜半敲键歌》\n\n残灯照案五更寒,十指敲冰未肯阑。\n窗外鸡鸣天欲晓,人间犹有代码山。",
|
||
"modelKey": "dashscope",
|
||
"versionLabel": "工作区"
|
||
}
|
||
}
|