teodor-new-chat-ui 4.3.706 → 4.3.708

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.
@@ -24,5 +24,7 @@ export interface AssistantMessageComponentProps {
24
24
  showToolResultsInline?: boolean;
25
25
  /** If true, only the content is rendered (no bubble/header). Used inside AITurnComponent. */
26
26
  isEmbedded?: boolean;
27
+ /** Messages to group into this bubble (usually preceding tools) */
28
+ precedingMessages?: ChatMessage[];
27
29
  }
28
30
  export declare const AssistantMessageComponent: import("react").NamedExoticComponent<AssistantMessageComponentProps>;