@syntrologie/adapt-chatbot 2.8.0-canary.297 → 2.8.0-canary.299
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/ChatAssistantLit.js
CHANGED
|
@@ -7396,6 +7396,7 @@ var AgUiTransport = class {
|
|
|
7396
7396
|
// Private — user message flow
|
|
7397
7397
|
// ---------------------------------------------------------------------------
|
|
7398
7398
|
_sendUserMessage(text) {
|
|
7399
|
+
if (!text || !text.trim()) return;
|
|
7399
7400
|
const agent = this._agent;
|
|
7400
7401
|
const upstream = (agent.pendingInterrupts ?? []).map((i) => i).filter(
|
|
7401
7402
|
(i) => typeof i?.id === "string" && i.id.length > 0
|
|
@@ -8766,4 +8767,4 @@ fast-json-patch/module/duplex.mjs:
|
|
|
8766
8767
|
* MIT license
|
|
8767
8768
|
*)
|
|
8768
8769
|
*/
|
|
8769
|
-
//# sourceMappingURL=chunk-
|
|
8770
|
+
//# sourceMappingURL=chunk-2ZUJ7DZI.js.map
|