@layercode/js-sdk 2.3.3 → 2.4.0

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.
@@ -3848,6 +3848,9 @@ registerProcessor('audio_processor', AudioProcessor);
3848
3848
  await this._clientInterruptAgentReplay();
3849
3849
  this._wsSend({ type: 'client.response.text', content: text });
3850
3850
  }
3851
+ async sendClientResponseData(data) {
3852
+ this._wsSend({ type: 'client.response.data', data: data });
3853
+ }
3851
3854
  /**
3852
3855
  * Handles incoming WebSocket messages
3853
3856
  * @param {MessageEvent} event - The WebSocket message event