You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This might happen if the query runs before the widget is fully composed or if it's being removed.
196
-
logging.debug(f"ChatMessage (ID: {self.id}, Role: {self.role}): QueryError in watch__generation_complete_internal: {qe}. Widget might not be fully ready or is not an AI message with these components.")
203
+
logging.warning(f"ChatMessage (ID: {self.id}, Role: {self.role}): QueryError in watch__generation_complete_internal: {qe}. Widget might not be fully ready or is not an AI message with these components.")
197
204
exceptExceptionase:
198
205
logging.error(f"Error in watch__generation_complete_internal for ChatMessage (ID: {self.id}): {e}", exc_info=True)
199
206
else: # Not an AI message
207
+
logging.info(f"ChatMessage does not have -ai class")
200
208
try: # Ensure continue button is hidden for non-AI messages if it somehow got queried
0 commit comments