@if (!availableTools().length) {
{{ 'PAC.Xpert.NoAvailableTools' | translate: {Default: 'No tools available for this agent'} }}
}
@if (!toolEntries().length) {
{{ 'PAC.Xpert.NoInterruptTools' | translate: {Default: 'No tools configured for approval yet'} }}
} @else {
@for (tool of toolEntries(); track tool.name) {
{{ 'PAC.Xpert.ToolDescription' | translate: {Default: 'Description'} }}
}
}