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:
@@ -62,6 +62,8 @@ test('buildChatSkillPrompt includes skill name for platform skills', () => {
|
||||
assert.match(buildChatSkillPrompt('web', 'web'), /请使用 web 技能/);
|
||||
assert.match(buildChatSkillPrompt('service-integration-smoke'), /标准联调流程/);
|
||||
assert.match(buildChatSkillPrompt('product-campaign-page'), /商品宣传 \/ 活动页/);
|
||||
assert.match(buildChatSkillPrompt('image-generation'), /asset\.htmlSrc/);
|
||||
assert.match(buildChatSkillPrompt('image-generation'), /workspaceRelativePath 只用于文件操作/);
|
||||
assert.match(buildChatSkillPrompt('generate-page'), /static-page-publish/);
|
||||
assert.match(buildChatSkillPrompt('generate-page'), /docx-generate/);
|
||||
assert.match(buildChatSkillPrompt('generate-page'), /public\/\*\.docx/);
|
||||
|
||||
Reference in New Issue
Block a user