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
21 lines
1023 B
Plaintext
21 lines
1023 B
Plaintext
```json
|
|
{
|
|
"score": {
|
|
"overall": 68,
|
|
"dimensions": [
|
|
{ "key": "goalAchievementRobustness", "label": "目标达成稳定性", "score": 70 },
|
|
{ "key": "outputQualityCeiling", "label": "输出质量上限", "score": 85 },
|
|
{ "key": "promptPatternQuality", "label": "提示词模式质量", "score": 75 },
|
|
{ "key": "crossSnapshotRobustness", "label": "跨快照鲁棒性", "score": 50 },
|
|
{ "key": "workspaceTransferability", "label": "对工作区的可迁移性", "score": 70 }
|
|
]
|
|
},
|
|
"improvements": [
|
|
"在提示词中明确禁止解释性尾注,如添加『不要追加解释』或『直接以诗作结』等指令。",
|
|
"补充具体格式要求(如押韵、句数)有助于引导模型生成更符合预期的结构化内容。",
|
|
"通过指定意象或场景增强约束条件,可提升输出聚焦度和风格一致性。"
|
|
],
|
|
"summary": "快照 B 更能稳定避免解释性尾注,因其明确禁止了此类输出并提供了结构化约束。"
|
|
}
|
|
```
|