mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-27 13:48:51 +01:00
refactor(langchain/tools): move availableTools import to tools/index.js
This commit is contained in:
parent
a42ef2944c
commit
d339c291fa
4 changed files with 6 additions and 6 deletions
|
|
@ -6,8 +6,10 @@ const StructuredSD = require('./structured/StableDiffusion');
|
|||
const StableDiffusionAPI = require('./StableDiffusion');
|
||||
const WolframAlphaAPI = require('./Wolfram');
|
||||
const SelfReflectionTool = require('./SelfReflection');
|
||||
const availableTools = require('./manifest.json');
|
||||
|
||||
module.exports = {
|
||||
availableTools,
|
||||
GoogleSearchAPI,
|
||||
HttpRequestTool,
|
||||
AIPluginTool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue