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

@@ -60,6 +60,7 @@ export class LmChatAwsBedrock implements INodeType {
displayName: 'Model',
name: 'model',
type: 'options',
allowArbitraryValues: true, // Hide issues when model name is specified in the expression and does not match any of the options
description:
'The model which will generate the completion. <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/foundation-models.html">Learn more</a>.',
typeOptions: {