+ @if ((messages$ | async)?.length === 0) {
+
+ Ask me to change design or site settings.
+ e.g. "Make the background dark blue" or "Set the page title to My
+ Site"
+
+ }
+ @for (msg of messages$ | async; track $index) {
+
+ @if (msg.role === 'assistant') {
+
+ } @else {
+ {{ msg.content }}
+ }
+
+ }
+ @if (isLoading$ | async) {
+
+
+
+ }
+