@if (providerMeta(); as meta) {
{{ meta.label | i18n }} @if (meta.deprecated) { }
{{ meta.description | i18n }}
}
{{ 'PAC.KEY_WORDS.Configuration' | translate: { Default: 'Configuration' } }}
@if (configSchema(); as configSchema) { } @else {
{{ 'PAC.Xpert.NoConfigurationRequired' | translate: { Default: 'No configuration required' } }}
}
{{ 'PAC.Common.Tools' | translate: { Default: 'Tools' } }}
@if (loadingTools()) {
{{ 'PAC.Common.Loading' | translate: { Default: 'Loading...' } }}
} @else if (toolError()) {
{{ toolError() }}
} @else if (!middlewareTools().length) {
{{ 'PAC.Common.NoTools' | translate: { Default: 'No tools' } }}
} @else {
@for (item of middlewareToolItems(); track item.name) {
{{ item.name }}
{{ item.name }}
@if (expandTools()[item.name]) {
{{ item.description || '-' }}
{{ 'PAC.Xpert.ToolDescription' | translate: { Default: 'Tool Description' } }}
@if (toolMemory(item.name)) { } }
}
}