@if (hasItems()) {
{{ 'PAC.Chat.PendingFollowUps' | translate: { Default: 'Pending follow-ups' } }}
@if (settingsOpen()) { } @for (item of items(); track item.id ?? $index) {
{{ text(item, 'PAC.Chat.ReferencedContentOnly' | translate: { Default: 'Referenced content' }) }}
@if (item.mode === 'queue') {
@if (loading()) { } @else { }
}
@if (item.mode === 'queue') { @if (loading()) { {{ 'PAC.Chat.FollowUpQueueHint' | translate: { Default: 'Queued for the next run' } }} } @else { {{ 'PAC.Chat.FollowUpManualQueueHint' | translate: { Default: 'Kept pending until you send it.' } }} } } @else { {{ 'PAC.Chat.FollowUpSteerHint' | translate: { Default: 'Will steer after the current tool call' } }} }
@if (item.references?.length) {
@for (reference of item.references; track referenceKey(reference)) {
{{ referenceLabel(reference) }}
}
}
}
}