+
+
+
+
+
+
+
+
+ Compact
+ Spacious
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ React
+ JSON
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {layoutLabels[config.layout]}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {config.showHeader && (
+
+
+
+ )}
+
+ {config.title}
+ {config.subtitle}
+
+ {SAMPLE_MESSAGES.map((message, index) => {
+ const isUser = message.role === "user";
+
+ return (
+
+
+
+
+ );
+ })}
+
+ {message.content}
+
+
+
+
+
+