mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Environment Variables: injection of variables into the custom script
This commit is contained in:
@@ -80,7 +80,8 @@ export class DynamicStructuredTool<
|
||||
sandbox[`$${item}`] = arg[item]
|
||||
}
|
||||
}
|
||||
|
||||
sandbox['$env'] = { USER: 'VINOD' }
|
||||
console.log('sandbox === ' + JSON.stringify(sandbox))
|
||||
const defaultAllowBuiltInDep = [
|
||||
'assert',
|
||||
'buffer',
|
||||
|
||||
Reference in New Issue
Block a user