@meetsmore-oss/use-ai-client 1.14.0 → 1.14.1

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/dist/bundled.js CHANGED
@@ -23943,6 +23943,7 @@ var UseAIClient = class {
23943
23943
  this._currentAssistantToolCalls = [];
23944
23944
  this._pendingToolResults = [];
23945
23945
  this._currentReasoningBlocks = [];
23946
+ this._currentMessageContent = "";
23946
23947
  }
23947
23948
  } else if (event.type === EventType.RUN_FINISHED) {
23948
23949
  this.finalizeRun({ aborted: false });