@for (task of tasks(); track task; let index = $index) {
@for (interrupt of task.interrupts; track interrupt.id) { @let clientToolCalls = getClientToolCalls(interrupt); @if (clientToolCalls.length > 0) {
{{ 'PAC.Xpert.ClientToolWaiting' | translate: { Default: 'Waiting for client tool execution' } }}
{{ 'PAC.Xpert.ClientToolWaitingDesc' | translate : { Default: 'The client tool call has been submitted to the host page. This is not a human approval request.' } }}
@for (clientToolCall of clientToolCalls; track clientToolCall.id || clientToolCall.name) {
{{ clientToolCall.name }}
}
} @else { } } @empty {
@for (param of task.parameters; track param.name) {
{{ param.title | i18n }}
{{ param.name }}
}
}
} @if (hasManualOperation()) {
}