Label: Read output
Saved: 143 tokens
--- Original ---
40 * the fullscreen lightbox preview. Set to false to disable previews.
41 */
42 enableImagePreview?: boolean;
43 slots?: {
44 UserMessage?: React.ComponentType<{
45 message: UIMessage;
46 className?: string;
47 enableImagePreview?: boolean;
48 }>;
49 ToolRenderer?: React.ComponentType<ToolRendererProps>;
50 };
51 classNames?: {
52 userMessage?: string;
53 };
54 toolRenderers?: Record<string, React.ComponentType<CustomToolRendererProps>>;
55 };
56
57 const SCROLL_THRESHOLD = 80;
58 const timeFormatter = new Intl.DateTimeFormat("en-US", {
59 hour: "numeric",
--- Sent upstream (compressed) ---
// ... 20 lines elided ...
Type
Bug report
Description
No description provided.
Shared context (Read output)
Shared context (Read output)
01a253ab-c0e6-4ce2-8d2a-d1a43274c014