feat(AI Agent Node): Whitelist Azure Chat model for Agent (#8699)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
oleg
2024-02-21 14:57:21 +01:00
committed by GitHub
parent 23a1bc40a2
commit 40aecd1715
2 changed files with 2 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ function getInputs(
'@n8n/n8n-nodes-langchain.lmChatOpenAi',
'@n8n/n8n-nodes-langchain.lmChatGooglePalm',
'@n8n/n8n-nodes-langchain.lmChatMistralCloud',
'@n8n/n8n-nodes-langchain.lmChatAzureOpenAi',
],
},
},