{{ schema?.properties?.['prune_context']?.title || '' }}
{{ 'retrieval-agents.workflow.node-types.advanced_ask.form.use-existing-config' | translate }}
@if (useExistingConfiguration) {
@let options = (searchConfigurationOptions | async) || [];
@if (options.length > 0) {
} @else {
{{
(sources.length > 1
? 'retrieval-agents.workflow.node-types.advanced_ask.form.existing-config-warning'
: 'retrieval-agents.workflow.node-types.advanced_ask.form.no-existing-configs'
) | translate
}}
}
}
@if (!useExistingConfiguration) {
}