@sinequa/assistant 3.7.5 → 3.7.6

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.
@@ -1159,6 +1159,15 @@ export declare class ChatComponent extends AbstractFacet implements OnInit, OnCh
1159
1159
  * When the listener is triggered, it updates the `isAtBottom` property.
1160
1160
  */
1161
1161
  private _addScrollListener;
1162
+ /**
1163
+ * Initializes a listener that updates the disabled state of the reset chat action
1164
+ * based on the streaming and stopping generation states from the chat service.
1165
+ *
1166
+ * The listener combines the `streaming$` and `stoppingGeneration$` observables
1167
+ * from the chat service, and determines if either of them is active. If either
1168
+ * is active, the reset chat action is disabled.
1169
+ */
1170
+ private _addResetActionStateListener;
1162
1171
  /**
1163
1172
  * Get the model description based on the defaultValues service_id and model_id
1164
1173
  */