@if (xpertAgent()) {
@if (isRoot()) {
} @if (isStart()) {
} @if (isSensitive()) { } @if (isEnd()) { } @if (isDisableOutput()) { }
{{ agentLabel() }}

{{ xpertAgent().description }}

@if (retry()?.enabled && retry().stopAfterAttempt) {
{{ 'PAC.Xpert.RetryTimes' | translate : { Default: 'Retry ' + (retry().stopAfterAttempt - 1) + ' times on failure', times: retry().stopAfterAttempt - 1 } }}
} @if (fallback()?.enabled) {
{{ 'PAC.Xpert.FallbackModel' | translate: { Default: 'Fallback Model' } }}:
} @if (errorHandling()?.type) { } }