fix(AI Agent Node): Allow using LangChain code node as a model for AI Agent (#16096)

This commit is contained in:
Eugene
2025-06-06 15:45:12 +02:00
committed by GitHub
parent b7d394542f
commit cb3bb915df

View File

@@ -76,6 +76,7 @@ function getInputs(hasOutputParser?: boolean): Array<NodeConnectionType | INodeI
'@n8n/n8n-nodes-langchain.lmChatDeepSeek',
'@n8n/n8n-nodes-langchain.lmChatOpenRouter',
'@n8n/n8n-nodes-langchain.lmChatXAiGrok',
'@n8n/n8n-nodes-langchain.code',
],
},
},