teodor-new-chat-ui 4.3.442 → 4.3.443

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.
@@ -41,6 +41,8 @@ export interface MessageListProps {
41
41
  timelineCheckpoints?: TimelineCheckpoint[];
42
42
  /** If true, creates a synthetic thinking message when isStreaming=true and no assistant message exists */
43
43
  createSyntheticThinkingMessage?: boolean;
44
+ /** Force showing the synthetic thinking message even before the assistant message appears */
45
+ forceSyntheticThinking?: boolean;
44
46
  }
45
47
  export interface MessageListHandle {
46
48
  scrollToLatest: () => void;