We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7426899 commit 6b5e295Copy full SHA for 6b5e295
src/interfaces/assistants_web/src/constants/tools.ts
@@ -15,7 +15,7 @@ export const TOOL_GOOGLE_DRIVE_ID = 'google_drive';
15
export const TOOL_SLACK_ID = 'slack';
16
export const TOOL_GMAIL_ID = 'gmail';
17
18
-export const BACKGROUND_TOOLS = [TOOL_SEARCH_FILE_ID, TOOL_READ_DOCUMENT_ID, TOOL_WEB_SCRAPE_ID];
+export const BACKGROUND_TOOLS = [TOOL_SEARCH_FILE_ID, TOOL_READ_DOCUMENT_ID];
19
20
export const TOOL_FALLBACK_ICON = 'circles-four';
21
export const TOOL_ID_TO_DISPLAY_INFO: { [id: string]: { icon: IconName } } = {
0 commit comments