Skip to content

Commit

Permalink
Remove web scrape as default background tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjing-li committed Jan 10, 2025
1 parent 5f83438 commit 10e1679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/assistants_web/src/constants/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const TOOL_GOOGLE_DRIVE_ID = 'google_drive';
export const TOOL_SLACK_ID = 'slack';
export const TOOL_GMAIL_ID = 'gmail';

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];

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

0 comments on commit 10e1679

Please sign in to comment.