@if (open) { {{ 'CHATBOT.TITLE' | translate }} BETA restart_alt @if (expanded) { close_fullscreen } @else { open_in_full } @if (chatHistory.messages.length === 0) { {{ 'CHATBOT.GREETING' | translate }} } @else { @for (message of chatHistory.messages; track message) { } } @if (isLoading) { } send } smart_toy Ask AI
BETA