AI

Post Assistant

Always online, ready to write.

@for (msg of chatStore.messages(); track msg.id) {
{{ msg.attributes.content }}
{{ msg.attributes.createdAt | date:'shortTime' }}
} @if (chatStore.isLoading()) {
}
@if (errorMessage) {
{{ errorMessage }}
}