Skip to content

Commit 228977c

Browse files
authored
Fix ChatView (#398)
1 parent 70083c4 commit 228977c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Modules/CrestApps.OrchardCore.AI.Chat/Views/AIChatSessionChat.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
prompt.IsGeneratedPrompt,
151151
prompt.UserRating,
152152
prompt.References,
153+
Appearance = prompt.As<AssistantMessageAppearance>(),
153154
});
154155
}
155156
}

0 commit comments

Comments
 (0)