@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/bundled.js
CHANGED
|
@@ -23899,6 +23899,7 @@ var UseAIClient = class {
|
|
|
23899
23899
|
this._currentAssistantMessage = null;
|
|
23900
23900
|
this._currentAssistantToolCalls = [];
|
|
23901
23901
|
this._pendingToolResults = [];
|
|
23902
|
+
this._currentReasoningBlockText = "";
|
|
23902
23903
|
}
|
|
23903
23904
|
}
|
|
23904
23905
|
this.eventHandlers.forEach((handler) => handler(event));
|