mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(AWS Bedrock Chat Model Node): Do not show issues for arbitrary model names (#17079)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user