@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 +1 -0
- package/dist/bundled.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3616,6 +3616,7 @@ var UseAIClient = class {
|
|
|
3616
3616
|
this._currentAssistantToolCalls = [];
|
|
3617
3617
|
this._pendingToolResults = [];
|
|
3618
3618
|
this._currentReasoningBlocks = [];
|
|
3619
|
+
this._currentMessageContent = "";
|
|
3619
3620
|
}
|
|
3620
3621
|
} else if (event.type === EventType.RUN_FINISHED) {
|
|
3621
3622
|
this.finalizeRun({ aborted: false });
|