mirror of
https://github.com/linshenkx/prompt-optimizer.git
synced 2026-07-02 10:24:25 +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
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"type": "result",
|
|
"evaluationModelKey": "dashscope",
|
|
"mode": {
|
|
"functionMode": "pro",
|
|
"subMode": "multi"
|
|
},
|
|
"focus": {
|
|
"content": "优先看是否先澄清需求再给建议",
|
|
"source": "user",
|
|
"priority": "highest"
|
|
},
|
|
"target": {
|
|
"workspacePrompt": "作为 system 消息,要求 assistant 先澄清用户目标,再给出建议,且不要抢答。",
|
|
"referencePrompt": "作为 system 消息,给出建议"
|
|
},
|
|
"testCase": {
|
|
"id": "a-conversation-test-case",
|
|
"label": "Conversation Snapshot",
|
|
"input": {
|
|
"kind": "conversation",
|
|
"label": "Conversation Snapshot",
|
|
"summary": "目标消息已用“【当前执行提示词见下方快照】”标记,实际内容见下方执行提示词。",
|
|
"content": "system: 【当前执行提示词见下方快照】\nuser: 我想做一个给团队用的笔记系统。"
|
|
}
|
|
},
|
|
"snapshot": {
|
|
"id": "a",
|
|
"label": "A",
|
|
"testCaseId": "a-conversation-test-case",
|
|
"promptRef": {
|
|
"kind": "workspace",
|
|
"label": "工作区"
|
|
},
|
|
"promptText": "作为 system 消息,要求 assistant 先澄清用户目标,再给出建议,且不要抢答。",
|
|
"output": "建议你先选一个支持多人协作和权限控制的方案,比如 Notion 或 AFFiNE。",
|
|
"reasoning": "assistant 直接给了解法,没有先追问团队规模和协作方式。",
|
|
"modelKey": "siliconflow",
|
|
"versionLabel": "工作区"
|
|
}
|
|
}
|