feat(image): complete reviewed generation delivery
Memind CI / Test, build, and release guards (pull_request) Successful in 2m47s
Memind CI / Test, build, and release guards (pull_request) Successful in 2m47s
This commit is contained in:
@@ -221,6 +221,11 @@ export function buildChatSkillPrompt(promptKey, skillName) {
|
||||
'请先询问商品链接、页面主题、是否有商品图片或品牌素材;信息足够后,生成包含购买跳转按钮的页面方案。' +
|
||||
'如果我确认要发布成 H5 页面,请继续使用 static-page-publish 技能生成可访问链接。'
|
||||
);
|
||||
case 'image-generation':
|
||||
return (
|
||||
`请使用 ${skillName ?? 'image-generation'} 技能:把我的简短视觉需求自动扩展成完整 prompt 与独立 negative_prompt,实际调用 generate_image 生成并校验新位图。` +
|
||||
'不要要求我提供 purpose、构图术语、负面词或 jobId;页面主图默认 purpose=hero,生成成功后 HTML 必须使用返回的 asset.htmlSrc,workspaceRelativePath 只用于文件操作。禁止 SVG、CSS 绘图、旧图和占位图冒充。我的需求是:'
|
||||
);
|
||||
case 'summarize':
|
||||
return '请总结以下内容,提炼核心结论、重点信息和可执行建议(条理清晰、中文输出):';
|
||||
case 'analyze':
|
||||
|
||||
Reference in New Issue
Block a user