{{ xpertAgent().title || xpertAgent().name || xpertAgent().key }}
@if (parameters()?.length) { }
{{ 'PAC.Xpert.AskQuestion' | translate: {Default: 'Ask a question'} }}
@if (loading()) { }
@if (execution(); as execution) { }
{{ 'PAC.Xpert.Output' | translate: {Default: 'Output'} }}
@if (status() === eExecutionStatusEnum.INTERRUPTED && operation()) { }
{{ 'PAC.Xpert.Log' | translate: { Default: 'Log' } }}
@for (item of executions(); track item) {
@if (item.expand) { } @else { }
{{ item.agent?.title || item.agent?.name || item.agent?.key }}
@if (item.expand) { @for (execution of item.executions; track execution.id) {
{{ execution.title || execution.id }}
@for (message of execution.messages; track $index) { } } } }