@cuadra-ai/uikit 0.1.10 → 0.1.13

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/index.mjs CHANGED
@@ -364,7 +364,7 @@ function wr(e, r) {
364
364
  return {
365
365
  async *run(u) {
366
366
  const { messages: l, abortSignal: s } = u;
367
- l.length > 0 && l[l.length - 1].role === "user" && a?.();
367
+ a?.();
368
368
  const c = {
369
369
  messages: xr(l),
370
370
  chatId: null,