fix(AWS Bedrock Chat Model Node): Do not show issues for arbitrary model names (#17079)

This commit is contained in:
Eugene
2025-07-15 10:02:27 +02:00
committed by GitHub
parent 42c61909c4
commit 5bb5a65edf
6 changed files with 180 additions and 11 deletions

View File

@@ -1466,6 +1466,8 @@ export interface INodeProperties {
// allows to skip validation during execution or set custom validation/casting logic inside node
// inline error messages would still be shown in UI
ignoreValidationDuringExecution?: boolean;
// for type: options | multiOptions skip validation of the value (e.g. when value is not in the list and specified via expression)
allowArbitraryValues?: boolean;
}
export interface INodePropertyModeTypeOptions {