{{'PAC.KEY_WORDS.Copilot' | translate: {Default: 'Copilot'} }}ChatBI

{{'PAC.ChatBI.SystemMessage_1' | translate: {value: entityType()?.caption || cube() || '', Default: 'Hello, I am the BI copilot of Metad Analytics Cloud. The current dataset is "'+(entityType()?.caption || cube() || 'Empty')+'". You can click the top to switch.'} }}

{{'PAC.ChatBI.SystemMessage_2' | translate: {Default: 'You can also try clicking on the samples'} }}: @if (examples()?.length > 0) { {{ 'PAC.ChatBI.AnotherBatch' | translate: {Default: 'Another batch'} }} }

@if (examplesLoading()) { } @else {
    @for (example of examples(); track example) {
  • {{example}}
  • }
}

{{'PAC.ChatBI.SystemMessage_3' | translate: {Default: 'I can accurately identify problems involving time, conditions, dimensions, and indicators.'} }}

{{'PAC.ChatBI.SystemMessage_eg' | translate: {Default: 'e.g.'} }} {{'PAC.ChatBI.SystemMessage_Year' | translate: {Default: '2023 year'} }} {{'PAC.ChatBI.SystemMessage_Cloud' | translate: {Default: 'metad analytics cloud BI'} }} {{'PAC.ChatBI.SystemMessage_Month' | translate: {Default: 'every month'} }} {{'PAC.ChatBI.SystemMessage_Revenue' | translate: {Default: 'revenue'} }} {{'PAC.ChatBI.SystemMessage_HowMuch' | translate: {Default: 'how much'} }}?

@for (message of conversation()?.messages; track $index) { @switch (message.role) { @case ('assistant') { } @case ('user') {
{{'PAC.KEY_WORDS.You' | translate: {Default: 'You'} }}

{{ message.content }}

{{ message.createdAt | date: 'short' }}
} } }