{{ 'rule-node-config.ai.response-format' | translate }}
@if (allowedResponseFormats.includes(responseFormat.TEXT)) {
{{ 'rule-node-config.ai.response-text' | translate }}
}
@if (allowedResponseFormats.includes(responseFormat.JSON)) {
{{ 'rule-node-config.ai.response-json' | translate }}
}
@if (allowedResponseFormats.includes(responseFormat.JSON_SCHEMA)) {
{{ 'rule-node-config.ai.response-json-schema' | translate }}
}