cerevox 3.0.0-beta.23 → 3.0.0-beta.24

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.
@@ -2579,7 +2579,7 @@ server.registerTool('generate-scene-tts', {
2579
2579
  if (context_texts.length > 0) {
2580
2580
  const prompt = `根据用户输入语音内容和上下文内容,从文字判断语音合理的情感,然后选择以下情感**之一**返回结果:
2581
2581
 
2582
- "happy", "sad", "angry", "fearful", "disgusted", "surprised", "calm", "fluent", "whisper"
2582
+ "happy", "sad", "angry", "fearful", "disgusted", "surprised", "calm", "fluent", "whisper", "neutral"
2583
2583
 
2584
2584
  ## 要求
2585
2585
  输出 JSON 格式,包含一个 emotion 字段,值为以上情感之一。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "3.0.0-beta.23",
3
+ "version": "3.0.0-beta.24",
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",