@streamoji/aitwin 0.6.4 → 0.6.7

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
@@ -240,6 +240,7 @@ WebSocket URL: `wss://<api-host>/ws/voice?<query>`. The SDK builds it from `conn
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
242
  | `brainId` | No | getAiTwin `brainId` when present (`personaId` / `knowledgeContextId` are legacy aliases) |
243
+ | `brainUrl` | No | getAiTwin `brainUrl` when present (client SSE brain; skips hosted LLM) |
243
244
  | `speaking_rate` | No | `0.5`–`1.5`, default `0.85` |
244
245
  | `tts_stream` | No | Default `true` (server TTS + `avatar_audio_chunk`) |
245
246