@if (pendingFollowUps().length) {
} @if (showSlashPalette()) {
}
@if (attachments()?.length) { } @if (planModeEnabled() || selectedRuntimeCapabilityOptions().length) {
@if (planModeEnabled()) { } @for (option of selectedRuntimeCapabilityOptions(); track option.type + ':' + option.id) { }
} @if (hasReferences()) {
@for (reference of references(); track referenceKey(reference)) {
{{ referenceLabel(reference) }} @if (referenceSource(reference); as source) { {{ source }} }
}
}
@if (!isComposing() && !promptText() && !hasReferences()) { {{ 'PAC.Chat.HowCanHelp' | translate: { Default: 'How can Xpert help?' } }} }
@if (isConverting()) {
{{ 'PAC.Xpert.ConvertingSpeechToText' | translate: { Default: 'Converting speech to text' } }}...
}
@if (showContextUsage()) { } @if (speechToText_enabled()) {
@if (isRecording()) { {{ 'PAC.Xpert.Speaking' | translate: { Default: 'Speaking' } }}... } @else if (isConverting()) { {{ 'PAC.Xpert.Converting' | translate: { Default: 'Converting' } }}... }
@if (speeching()) { } @if (isRecording()) {
{{ recordTimes() * 1000 | date: 'mm:ss' }}
} @else if (!isConverting()) { }
} @if (answering() && !draftPrompt() && !hasReferences()) { } @else { }
@if (showCopilotEnableModel) {