mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
upgrade langchain version 0.1.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import fetch from 'node-fetch'
|
||||
import { Tool } from 'langchain/tools'
|
||||
import { Tool } from '@langchain/core/tools'
|
||||
|
||||
export const desc = `A portal to the internet. Use this when you need to get specific content from a website.
|
||||
Input should be a url (i.e. https://www.google.com). The output will be the text response of the GET request.`
|
||||
|
||||
Reference in New Issue
Block a user