mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
🔍 feat: Add Google Search Tool for Assistants (#1994)
This commit is contained in:
parent
a5f4292d2d
commit
d4fe8fc82d
3 changed files with 66 additions and 122 deletions
|
|
@ -1,7 +1,6 @@
|
|||
const availableTools = require('./manifest.json');
|
||||
// Basic Tools
|
||||
const CodeBrew = require('./CodeBrew');
|
||||
const GoogleSearchAPI = require('./GoogleSearch');
|
||||
const WolframAlphaAPI = require('./Wolfram');
|
||||
const AzureAiSearch = require('./AzureAiSearch');
|
||||
const OpenAICreateImage = require('./DALL-E');
|
||||
|
|
@ -16,6 +15,7 @@ const CodeSherpa = require('./structured/CodeSherpa');
|
|||
const StructuredSD = require('./structured/StableDiffusion');
|
||||
const StructuredACS = require('./structured/AzureAISearch');
|
||||
const CodeSherpaTools = require('./structured/CodeSherpaTools');
|
||||
const GoogleSearchAPI = require('./structured/GoogleSearch');
|
||||
const StructuredWolfram = require('./structured/Wolfram');
|
||||
const TavilySearchResults = require('./structured/TavilySearchResults');
|
||||
const TraversaalSearch = require('./structured/TraversaalSearch');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue