Skip to content

Commit cb3bb91

Browse files
authored
fix(AI Agent Node): Allow using LangChain code node as a model for AI Agent (#16096)
1 parent b7d3945 commit cb3bb91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@n8n/nodes-langchain/nodes/agents/Agent/V2/AgentV2.node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ function getInputs(hasOutputParser?: boolean): Array<NodeConnectionType | INodeI
7676
'@n8n/n8n-nodes-langchain.lmChatDeepSeek',
7777
'@n8n/n8n-nodes-langchain.lmChatOpenRouter',
7878
'@n8n/n8n-nodes-langchain.lmChatXAiGrok',
79+
'@n8n/n8n-nodes-langchain.code',
7980
],
8081
},
8182
},

0 commit comments

Comments
 (0)