cerevox 4.0.0-beta.5 → 4.0.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2519,7 +2519,7 @@ server.registerTool('edit-video', {
2519
2519
  - type 为 upscale 时,不传为 1080p
2520
2520
  `),
2521
2521
  prompt: zod_1.z.string().optional()
2522
- .describe(`The editing prompt, 如实转述用户需求即可
2522
+ .describe(`The editing prompt, 如实转述用户需求即可,不要擅自发挥!
2523
2523
 
2524
2524
  要求:
2525
2525
  1)用**极简的话语**准确描述,不添加其他任何补充信息,本工具会自己优化
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "4.0.0-beta.5",
3
+ "version": "4.0.0-beta.6",
4
4
  "description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",