fix: preserve page skill user input

This commit is contained in:
john
2026-07-25 20:26:20 +08:00
parent 721db19a92
commit 793e64bfbc
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -240,6 +240,7 @@ export const CHAT_SKILL_DEFINITIONS = [
icon: 'page',
skillName: PUBLISH_SKILL_NAME,
requiresPublish: true,
prefillOnly: true,
promptKey: 'generate-page',
},
];