mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
add fix to allow chaintool with llmchain
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user