76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
||
"templates": [
|
||
{
|
||
"skillId": "studio.init_bind",
|
||
"displayName": "创建并绑定",
|
||
"description": "创建角色卡与世界书,并绑定到当前 Studio 项目",
|
||
"displayParams": [
|
||
{
|
||
"key": "characterName",
|
||
"label": "角色卡名称",
|
||
"type": "text",
|
||
"required": true,
|
||
"placeholder": "例如:帝国骑士维尔"
|
||
},
|
||
{
|
||
"key": "worldbookName",
|
||
"label": "世界书名称",
|
||
"type": "text",
|
||
"required": true,
|
||
"placeholder": "例如:维尔的世界观"
|
||
}
|
||
],
|
||
"configWhitelist": [],
|
||
"artifacts": [],
|
||
"supportsLoopUntilSatisfied": false,
|
||
"supportsInputs": false,
|
||
"supportsInsertion": false,
|
||
"supportsScoring": false,
|
||
"runControls": []
|
||
},
|
||
{
|
||
"skillId": "studio.worldbook_entry",
|
||
"displayName": "创作世界书条目",
|
||
"description": "根据 stepGoal 与上文引用,生成并写入世界书条目",
|
||
"displayParams": [],
|
||
"configWhitelist": [
|
||
"stepGoal",
|
||
"thinkingPrompt",
|
||
"insertion.position",
|
||
"insertion.activationType",
|
||
"insertion.key",
|
||
"insertion.keysecondary",
|
||
"insertion.ragConfig",
|
||
"insertion.comment",
|
||
"scoring"
|
||
],
|
||
"artifacts": [
|
||
{
|
||
"type": "worldbook.entries",
|
||
"displayName": "世界书条目"
|
||
}
|
||
],
|
||
"supportsLoopUntilSatisfied": true,
|
||
"supportsInputs": true,
|
||
"supportsInsertion": true,
|
||
"supportsScoring": true,
|
||
"configDefaults": {
|
||
"stepGoal": "",
|
||
"thinkingPrompt": "====== 思考流程 ======\nStep1: 简短确认任务性质(新设计/修改)\nStep2: 阅读绑定角色/世界书与上文引用\nStep3: 按步骤目标起草世界书条目\nStep4: 对照评价维度自检并优化表述\n\n(核心目的、评价标准与优化建议由系统在运行时自动注入,无需在此填写)",
|
||
"insertion": {
|
||
"position": 1,
|
||
"activationType": "permanent",
|
||
"key": "",
|
||
"keysecondary": "",
|
||
"comment": ""
|
||
},
|
||
"scoring": {
|
||
"enabled": true,
|
||
"dimensions": []
|
||
}
|
||
},
|
||
"runControls": ["undo", "reroll", "interrupt", "incrementalSave", "overwriteSave", "questions"]
|
||
}
|
||
]
|
||
}
|