mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-27 17:00:36 +03:00
upgrade langchain version 0.1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { GoogleCustomSearch } from '@langchain/community/tools/google_custom_search'
|
||||
import { ICommonObject, INode, INodeData, INodeParams } from '../../../src/Interface'
|
||||
import { getBaseClasses, getCredentialData, getCredentialParam } from '../../../src/utils'
|
||||
import { GoogleCustomSearch } from 'langchain/tools'
|
||||
|
||||
class GoogleCustomSearchAPI_Tools implements INode {
|
||||
label: string
|
||||
|
||||
Reference in New Issue
Block a user