Skip to content

Commit 6b5e295

Browse files
authored
Remove web_scrape as default background tool (#902)
Remove web scrape as default background tool
1 parent 7426899 commit 6b5e295

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/assistants_web/src/constants

1 file changed

+1
-1
lines changed

src/interfaces/assistants_web/src/constants/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const TOOL_GOOGLE_DRIVE_ID = 'google_drive';
1515
export const TOOL_SLACK_ID = 'slack';
1616
export const TOOL_GMAIL_ID = 'gmail';
1717

18-
export const BACKGROUND_TOOLS = [TOOL_SEARCH_FILE_ID, TOOL_READ_DOCUMENT_ID, TOOL_WEB_SCRAPE_ID];
18+
export const BACKGROUND_TOOLS = [TOOL_SEARCH_FILE_ID, TOOL_READ_DOCUMENT_ID];
1919

2020
export const TOOL_FALLBACK_ICON = 'circles-four';
2121
export const TOOL_ID_TO_DISPLAY_INFO: { [id: string]: { icon: IconName } } = {

0 commit comments

Comments
 (0)