mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(LangChain Code Node): Fix execution of custom n8n tools called via LC code node (#9265)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -90,6 +90,8 @@ function getSandbox(
|
|||||||
// eslint-disable-next-line @typescript-eslint/unbound-method
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
context.getNodeOutputs = this.getNodeOutputs;
|
context.getNodeOutputs = this.getNodeOutputs;
|
||||||
// eslint-disable-next-line @typescript-eslint/unbound-method
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
|
context.executeWorkflow = this.executeWorkflow;
|
||||||
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
context.logger = this.logger;
|
context.logger = this.logger;
|
||||||
|
|
||||||
if (options?.addItems) {
|
if (options?.addItems) {
|
||||||
|
|||||||
Reference in New Issue
Block a user