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