@meetsmore-oss/use-ai-client 1.13.0 → 1.13.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
|
@@ -3573,6 +3573,7 @@ var UseAIClient = class {
|
|
|
3573
3573
|
this._currentAssistantMessage = null;
|
|
3574
3574
|
this._currentAssistantToolCalls = [];
|
|
3575
3575
|
this._pendingToolResults = [];
|
|
3576
|
+
this._currentReasoningBlockText = "";
|
|
3576
3577
|
}
|
|
3577
3578
|
}
|
|
3578
3579
|
this.eventHandlers.forEach((handler) => handler(event));
|