@if (status() === 'template') { }
@if (isSandbox() || needSandbox()) {
} @if (needSandbox()) {
}
{{ toolset().name }}
{{ toolset().description }}
@for (item of tools(); track item.tool.id) {
@if (isSensitive(item.tool.name)) { } {{ item.label | i18n }}
{{ item.tool.name }}
@if (hasMemory(item.tool.name)) { } @if (isEnd(item.tool.name)) { }
@for (execution of item.executions; track execution) {
@switch (execution.status) { @case ('running') { } @case ('fail') {
} @case ('success') {
} }
{{ 'PAC.KEY_WORDS.Input' | translate: { Default: 'Input' } }}:
}
} @if (availableTools() && !atLeastOne()) {
{{ 'PAC.Xpert.AtLeastOneTool' | translate: { Default: 'Enable at least one tool' } }}
}
@if (tools()?.length > 5) {
@if (expandTools()) { } @else { }
}