@streamoji/aitwin 0.6.3 → 0.6.4

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.
package/README.md CHANGED
@@ -239,7 +239,7 @@ WebSocket URL: `wss://<api-host>/ws/voice?<query>`. The SDK builds it from `conn
239
239
  | `voiceId` | No | Cartesia UUID, visemetts name (`eve`), or packed `engine:voice` |
240
240
  | `ttsEngineId` | No | `visemetts` or Cartesia id; also parsed from packed `voiceId` |
241
241
  | `language` | No | Uniform TTS language (`en`, `es-MX`, `auto`, …) for visemetts and Cartesia |
242
- | `personaId` | No | getAiTwin `knowledgeContextId` when present |
242
+ | `brainId` | No | getAiTwin `brainId` when present (`personaId` / `knowledgeContextId` are legacy aliases) |
243
243
  | `speaking_rate` | No | `0.5`–`1.5`, default `0.85` |
244
244
  | `tts_stream` | No | Default `true` (server TTS + `avatar_audio_chunk`) |
245
245