add fix to allow chaintool with llmchain

This commit is contained in:
Henry
2023-07-07 16:54:19 +01:00
parent 4dd43fb2c4
commit c54cdd1940
2 changed files with 26 additions and 1 deletions
@@ -1,7 +1,7 @@
import { INode, INodeData, INodeParams } from '../../../src/Interface'
import { getBaseClasses } from '../../../src/utils'
import { ChainTool } from 'langchain/tools'
import { BaseChain } from 'langchain/chains'
import { ChainTool } from './core'
class ChainTool_Tools implements INode {
label: string